Skip to content

Commit

Permalink
Fixes syntax error in db-server
Browse files Browse the repository at this point in the history
  • Loading branch information
kevzettler committed Dec 27, 2019
1 parent 1d4b492 commit 00a3a27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/db-server
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ add_server()
user_input "SSH login, e.g. user@hostname.com" "Please provide the username and host of the remote server" "${ssh}" 0
ssh=${answer}
;;

esac

echo "Please provide the database host. For connection types SSH and direct, this is probably 127.0.0.1".
user_input "Database host" "Please provide a database hostname" "127.0.0.1" 0
host=${answer}
Expand Down

0 comments on commit 00a3a27

Please sign in to comment.