Deze website werkt beter met JavaScript.
Beginscherm
Help
Inloggen
heuzef
/
log2ram
kopie van
https://github.com/azlux/log2ram.git
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Publicaties
18
Wiki
Activiteit
Bladeren bron
Suggestion from
#50
Check if systemd log2ram service is running before the install;
pull/49/head
azlux
6 jaren geleden
bovenliggende
e41d5a0f23
commit
2d7951a666
1 gewijzigde bestanden
met
toevoegingen van 2
en
2 verwijderingen
Zij-aan-zij weergave
Diff opties
Statistieken weergeven
Download Patch-bestand
Download Diff-bestand
+2
-2
install.sh
+ 2
- 2
install.sh
Bestand weergeven
@@ -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
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan