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

Cosmetics

parent b7d6ca78
...@@ -21,7 +21,7 @@ function jobs () ...@@ -21,7 +21,7 @@ function jobs ()
# Application installer # Application installer
# #
"Softy" ) "Softy" )
./softy || softy [[ -f softy ]] && ./softy || softy
;; ;;
# Remove BT # Remove BT
......
...@@ -489,7 +489,7 @@ case $distribution in ...@@ -489,7 +489,7 @@ case $distribution in
;; ;;
esac 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 export APT_LISTCHANGES_FRONTEND=none
if [ -f /etc/armbian-release ]; then if [ -f /etc/armbian-release ]; then
. /etc/armbian-release . /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