diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2018-10-18 21:04:36 +0200 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2018-10-18 21:04:36 +0200 |
commit | abb69ee9cd4139c498ef794480e21446ce8b60bf (patch) | |
tree | e83de36af00c57769f9fdfd9a017cc96f6fe2fc9 /bin | |
parent | 3dd9774e5d76447465b10023af42c01286093424 (diff) | |
download | Luxcena-Neo-abb69ee9cd4139c498ef794480e21446ce8b60bf.tar.gz Luxcena-Neo-abb69ee9cd4139c498ef794480e21446ce8b60bf.zip |
:construction: Overwrite old logfile
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." |