1
1
Fork 1

Changed hosting provider and to --aws; default lxd

This commit is contained in:
Derek Smith 2022-05-24 14:11:58 -04:00
parent a30c736444
commit 6a7296a91b
Signed by: farscapian
GPG Key ID: 8F1CD799CCA516CC
1 changed files with 2 additions and 6 deletions

View File

@ -35,12 +35,8 @@ MACVLAN_INTERFACE=
for i in "$@"; do
case $i in
--domain=*)
DOMAIN_NAME="${i#*=}"
shift
;;
--hosting-provider=*)
VPS_HOSTING_TARGET="${i#*=}"
--aws)
VPS_HOSTING_TARGET=aws
shift
;;
--restore)