このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
heuzef
/
log2ram
ミラー元
https://github.com/azlux/log2ram.git
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
18
Wiki
アクティビティ
ソースを参照
Suggestion from
#50
Check if systemd log2ram service is running before the install;
pull/49/head
azlux
6年前
親
e41d5a0f23
コミット
2d7951a666
1個のファイルの変更
、
2行の追加
、
2行の削除
分割表示
差分オプション
統計情報を表示
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
書き込み
プレビュー
読み込み中…
キャンセル
保存