Generalized hostname

This commit is contained in:
jfederico
2020-02-11 15:34:12 -05:00
parent 675f8f6f27
commit b6b4dac8b5
5 changed files with 11 additions and 8 deletions

View File

@@ -10,6 +10,7 @@ if [ "$(echo "$servers" | cut -c0-2)" == "No" ]; then
bundle exec rake servers:add["https://test-install.blindsidenetworks.com/bigbluebutton/api","8cd8ef52e8e101574e400365b55e11a6"]
bundle exec rake servers
bundle exec rake status
echo ">>> Server must be enabled from the console"
else
echo ">>> Do nothing"
fi