diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/install.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/install.sh b/bin/install.sh index e9c79cd..74b2763 100755 --- a/bin/install.sh +++ b/bin/install.sh @@ -6,8 +6,7 @@ tput sgr0 printf '\e[93m%s\e[0m\n\n' "---------------------" LOG="/tmp/luxcena-neo.install.log" -touch $LOG -echo "Starting Luxcena-neo installer..." &>> $LOG +echo "Starting Luxcena-neo installer..." > $LOG if [ "$EUID" -ne 0 ]; then echo "You need to run this script as root." |