From 06dc1319573f2d41faa4134b1d9656f805b5ddb9 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Fri, 9 Sep 2022 10:56:39 +0200 Subject: [PATCH] init: remove comment line --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh b/init.sh index 300f6b2..00ec16e 100755 --- a/init.sh +++ b/init.sh @@ -198,7 +198,7 @@ if test ! -L /var/www/html/dist; then echo -e "\t##########################################################################################" echo -e "\t# /var/www/html/dist doesn't exists." echo -e "\t# If you want to use online update, please configure your webserver and use dist content" - echo -e "\t# Super user permissions are required to create symlink..." + echo -e "\t#" echo -e "\t# An easy way is to create a symlink to dist directory:" echo -e "\t# \033[37;1msudo ln -s $BASEPATH/dist /var/www/html/dist\033[0m" echo -e "\t##########################################################################################"