本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
heuzef
/
log2ram
镜像来自
https://github.com/azlux/log2ram.git
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
18
Wiki
活動
瀏覽代碼
Bug fix: avoid installing when still installed
pull/37/head
Nathan Huizinga
7 年之前
父節點
0e76e8d655
當前提交
4f7c1a33a2
共有
1 個檔案被更改
,包括
3 行新增
和
0 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
install.sh
+ 3
- 0
install.sh
查看文件
@@ -1,5 +1,8 @@
#!/bin/sh
[ -d /var/hdd.log ] && echo "ERROR: log2ram still installed. Uninstall first!"
[ -d /var/hdd.log ] && exit 1
if [ `id -u` -eq 0 ]
then
cp log2ram.service /etc/systemd/system/log2ram.service
Write
Preview
Loading…
取消
儲存