Cosmetics

This commit is contained in:
Igor Pecovnik
2018-05-08 20:32:07 +02:00
parent b7d6ca7883
commit 74a42ef485
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ function jobs ()
# Application installer
#
"Softy" )
./softy || softy
[[ -f softy ]] && ./softy || softy
;;
# Remove BT

View File

@@ -489,7 +489,7 @@ case $distribution in
;;
esac
systemctl status log2ram >/dev/null 2>&1 && (systemctl stop log2ram ; systemctl disable log2ram ; rm /etc/cron.daily/log2ram)
systemctl status log2ram >/dev/null 2>&1 && (systemctl stop log2ram ; systemctl disable log2ram >/dev/null 2>&1; rm /etc/cron.daily/log2ram)
export APT_LISTCHANGES_FRONTEND=none
if [ -f /etc/armbian-release ]; then
. /etc/armbian-release