Ver a proveniência

Bug fix: avoid installing when still installed

pull/37/head
Nathan Huizinga há 7 anos
ascendente
cometimento
4f7c1a33a2
1 ficheiros alterados com 3 adições e 0 eliminações
  1. +3
    -0
      install.sh

+ 3
- 0
install.sh Ver ficheiro

@@ -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


Carregando…
Cancelar
Guardar