Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Apua
Kirjaudu sisään
heuzef
/
log2ram
peilaus alkaen
https://github.com/azlux/log2ram.git
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Julkaisut
18
Wiki
Toiminta
Selaa lähdekoodia
Suggestion from
#50
Check if systemd log2ram service is running before the install;
pull/49/head
azlux
6 vuotta sitten
vanhempi
e41d5a0f23
commit
2d7951a666
1 muutettua tiedostoa
jossa
2 lisäystä
ja
2 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
install.sh
+ 2
- 2
install.sh
Näytä tiedosto
@@ -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
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna