Skip to content

Commit

Permalink
backhaul_installer_v1.0.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pooryasho authored Sep 10, 2024
1 parent 6eef123 commit d8e94c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backhaul_installer_v1.0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ if [[ "$server_type" != "1" && "$server_type" != "2" && "$server_type" != "3" ]]
echo "Invalid choice!"
exit 1
fi
if [ "$server_type" == "0" ]; then
exit 1
fi

if [ "$server_type" == "3" ]; then

Expand Down

0 comments on commit d8e94c6

Please sign in to comment.