Daniel Gibbs 11 lat temu
rodzic
commit
bc1127e01e
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      functions/fn_install_serverdir

+ 2 - 2
functions/fn_install_serverdir

@@ -2,7 +2,7 @@
 # LGSM fn_install_serverdir function
 # Author: Daniel Gibbs
 # Website: http://gameservermanagers.com
-# Version: 210115
+# Version: 240515
 
 echo ""
 echo "Server Directory"
@@ -17,7 +17,7 @@ while true; do
 	read -p "Continue [y/N]" yn
 	case $yn in
 	[Yy]* ) break;;
-	[Nn]* ) echo Exiting; return 1;;
+	[Nn]* ) exit;;
 	* ) echo "Please answer yes or no.";;
 	esac
 done