Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
hzhoanglee authored May 28, 2019
1 parent 95eb8e6 commit 1ec0b7d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions installnovnc
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#! bin/bash

echo This script is going to create a Docker Image with: Ubuntu 16.04 + Unity + noVNC
echo What is your application name?(Please enter correctly, if not, Stop this script and run it again)
echo What is your application name?
echo Please enter correctly, if not, Stop this script and run it again
read appname
echo If your application name is correct, you can access https://$appname.herokuapp.com when this complete
echo Logging in to Container
Expand All @@ -11,4 +12,4 @@ heroku container:push web --app $appname
echo Releasing app.
heroku container:release web --app $appname
echo Everything is set. Go to: https://$appname.herokuapp.com
echo GIT: https://github.com/hzhoanglee/Unity-NoVNC-for-Heroku
echo GIT: https://github.com/hzhoanglee/Unity-NoVNC-for-Heroku

0 comments on commit 1ec0b7d

Please sign in to comment.