fix: Starting message (#360)
This commit is contained in:
parent
4818cd57bb
commit
909a7f83dd
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ addPackage () {
|
|||
|
||||
# Start webserver
|
||||
cp -r /var/www/* /dev/shm
|
||||
html "Starting $APP..."
|
||||
html "Starting $APP for Docker..."
|
||||
nginx -e stderr
|
||||
|
||||
return 0
|
||||
|
|
Loading…
Reference in a new issue