Commit 74a42ef4 authored by Igor Pecovnik's avatar Igor Pecovnik
Browse files

Cosmetics

parent b7d6ca78
......@@ -21,7 +21,7 @@ function jobs ()
# Application installer
#
"Softy" )
./softy || softy
[[ -f softy ]] && ./softy || softy
;;
# Remove BT
......
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment