浏览代码
Merge pull request #41 from ErwanAliasr1/evelu-typo
install: Fixing code typo
pull/44/head
azlux
7 年前
committed by
GitHub
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23
共有
1 个文件被更改,包括
1 次插入 和
1 次删除
-
install.sh
|
|
@@ -16,7 +16,7 @@ then |
|
|
|
chmod +x /etc/cron.hourly/log2ram |
|
|
|
|
|
|
|
# Remove a previous log2ram version |
|
|
|
if [ -d /var/log.hdd]; then |
|
|
|
if [ -d /var/log.hdd ]; then |
|
|
|
rm -r /var/log.hdd |
|
|
|
fi |
|
|
|
|
|
|
|