Browse Source

missing if

Daniel Gibbs 9 năm trước cách đây
mục cha
commit
b48db02ec2
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      linuxgsm.sh

+ 2 - 0
linuxgsm.sh

@@ -249,6 +249,8 @@ fn_install_file(){
 	else
 		echo "Remember to check server ports"
 		echo "./${local_filename} details"
+	fi
+	echo ""
 	exit
 }