浏览代码

Merge pull request #27 from MegaV0lt/master

Update uninstall.sh
tags/v1.2
azlux 7 年前
committed by GitHub
父节点
当前提交
71ff96ad2a
共有 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

正在加载...
取消
保存