From 711761e3872db9983d0954b341cf07be192ad1e7 Mon Sep 17 00:00:00 2001 From: alban Date: Sat, 7 Sep 2019 20:58:08 +0000 Subject: [PATCH] [fix] dandling comment --- install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install.sh b/install.sh index a447001..f907305 100644 --- a/install.sh +++ b/install.sh @@ -4,7 +4,6 @@ # @license GPLv3 # @url https://git.interhacker.space/alban/wekan-bash-installer -# Which MSG="Please provide the domain name you want to host wekan on [Default:localhost] : " read -p "$MSG" DOMAIN DOMAIN=${DOMAIN:-localhost}