mirror of
https://github.com/gravitl/netmaker.git
synced 2024-11-13 04:54:48 +08:00
remove default pro installation from script
This commit is contained in:
parent
74579e467b
commit
79136ba5e7
1 changed files with 1 additions and 1 deletions
|
@ -921,7 +921,7 @@ main (){
|
|||
source "$CONFIG_PATH"
|
||||
fi
|
||||
|
||||
INSTALL_TYPE="pro"
|
||||
INSTALL_TYPE="ce"
|
||||
while getopts :cudpv flag; do
|
||||
case "${flag}" in
|
||||
c)
|
||||
|
|
Loading…
Reference in a new issue