theguy951357 2 years ago
parent
commit
1d510172c3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      scripts/nm-upgrade.sh

+ 2 - 2
scripts/nm-upgrade.sh

@@ -1,7 +1,7 @@
 #!/bin/bash
 
 LATEST="v0.18.5"
-INSTALL_PATH = "/root"
+INSTALL_PATH="/root"
 
 trap restore_old_netmaker_instructions
 
@@ -42,7 +42,7 @@ restore_old_netmaker_instructions() {
   echo "Your netmaker should be back to v0.17.1"
 }
 
-get_install_path(){
+get_install_path() {
   echo "-----------------------------------------------------"
   echo "Is your docker-compose located in $INSTALL_PATH ?"
   echo "-----------------------------------------------------"