Remove old folder

This commit is contained in:
azlux 2017-10-02 20:48:02 +02:00 committed by GitHub
parent b7c725f47d
commit a31ba4927f
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@ then
systemctl enable log2ram
cp log2ram.hourly /etc/cron.hourly/log2ram
chmod +x /etc/cron.hourly/log2ram
if [ -d /var/log.hdd ]; then
rm -r /var/log.hdd
fi
echo "##### Reboot to activate log2ram #####"
else