Fix www added to subdomain

This commit is contained in:
VirtuBox
2019-10-12 11:09:35 +02:00
parent 3c0498c4ad
commit c1dc18360f
2 changed files with 32 additions and 26 deletions

View File

@@ -62,6 +62,10 @@ while [ "$#" -gt 0 ]; do
wo_branch="$2"
shift
;;
-v | --version)
wo_version="$2"
shift
;;
--force)
wo_force_install="y"
;;