aboutsummaryrefslogtreecommitdiff
path: root/bin/install.sh
diff options
context:
space:
mode:
authorJakob Stendahl <jakob.stendahl@outlook.com>2018-10-18 21:04:36 +0200
committerJakob Stendahl <jakob.stendahl@outlook.com>2018-10-18 21:04:36 +0200
commitabb69ee9cd4139c498ef794480e21446ce8b60bf (patch)
treee83de36af00c57769f9fdfd9a017cc96f6fe2fc9 /bin/install.sh
parent3dd9774e5d76447465b10023af42c01286093424 (diff)
downloadLuxcena-Neo-abb69ee9cd4139c498ef794480e21446ce8b60bf.tar.gz
Luxcena-Neo-abb69ee9cd4139c498ef794480e21446ce8b60bf.zip
:construction: Overwrite old logfile
Diffstat (limited to 'bin/install.sh')
-rwxr-xr-xbin/install.sh3
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."