本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
heuzef
/
log2ram
镜像来自
https://github.com/azlux/log2ram.git
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
18
Wiki
活動
瀏覽代碼
Fixed: supporting a previous log2ram version again
pull/37/head
Nathan Huizinga
7 年之前
父節點
1ffd89c70e
當前提交
0e76e8d655
共有
1 個檔案被更改
,包括
5 行新增
和
0 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
install.sh
+ 5
- 0
install.sh
查看文件
@@ -12,6 +12,11 @@ then
cp log2ram.hourly /etc/cron.hourly/log2ram
chmod +x /etc/cron.hourly/log2ram
# Remove a previous log2ram version
if [ -d /var/log.hdd]; then
rm -r /var/log.hdd
fi
if [ -d /var/hdd.log ]; then
rm -r /var/hdd.log
fi
Write
Preview
Loading…
取消
儲存