使用 JavaScript能使本网站更好的工作。
首页
帮助
登录
heuzef
/
log2ram
镜像自地址
https://github.com/azlux/log2ram.git
关注
1
点赞
0
派生
0
代码
工单
0
版本发布
18
百科
动态
浏览代码
Suggestion from
#50
Check if systemd log2ram service is running before the install;
pull/49/head
azlux
6 年前
父节点
e41d5a0f23
当前提交
2d7951a666
共有
1 个文件被更改
,包括
2 次插入
和
2 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+2
-2
install.sh
+ 2
- 2
install.sh
查看文件
@@ -1,7 +1,7 @@
#!/usr/bin/env sh
[ -d /var/hdd.log ] && echo "ERROR: log2ram still installed. Uninstall first!"
[ -d /var/hdd.log ] && exit 1
systemctl -q is-active log2ram && { echo "ERROR: log2ram service is still running. Please run \"sudo service log2ram stop\" to stop it."; exit 1; }
if [ "$(id -u)" -eq 0 ]
then
撰写
预览
正在加载...
取消
保存