aboutsummaryrefslogtreecommitdiff
path: root/bin/install.sh
diff options
context:
space:
mode:
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."