This website works better with JavaScript.
首頁
說明
登入
heuzef
/
log2ram
镜像来自
https://github.com/azlux/log2ram.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
18
Wiki
Activity
瀏覽代碼
unmount tmpfs if RAM too small to prevent corruption of logdir
pull/19/head
Sailing74
7 年之前
父節點
bd1b669ed9
當前提交
da1950989f
共有
1 個文件被更改
,包括
2 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
log2ram
+ 2
- 0
log2ram
查看文件
@@ -27,6 +27,8 @@ syncFromDisk () {
if [ ! -z `du -sh -t $SIZE $HDD_LOG | cut -f1` ]; then
echo "ERROR: RAM disk too small. Can't sync."
umount -l $RAM_LOG
umount -l $HDD_LOG
exit 1
fi
Write
Preview
Loading…
取消
儲存