[fix] dandling comment

This commit is contained in:
alban 2019-09-07 20:58:08 +00:00
parent b0219d88b2
commit 711761e387
1 changed files with 0 additions and 1 deletions

View File

@ -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}