瀏覽代碼

Update uninstall.sh

Fix typo on line 9
pull/27/head
MegaV0lt 7 年之前
committed by GitHub
父節點
當前提交
f339cd25a1
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      uninstall.sh

+ 2
- 2
uninstall.sh 查看文件

@@ -6,9 +6,9 @@ then
systemctl disable log2ram
rm /etc/systemd/system/log2ram.service
rm /usr/local/bin/log2ram
rm etc/log2ram.conf
rm /etc/log2ram.conf
rm /etc/cron.hourly/log2ram
echo "##### Reboot isn't needed #####"
else
echo "You need to be ROOT (sudo can be used)"
fi
fi

Loading…
取消
儲存