Skip to content
Permalink
Browse files
increase os compatibility
single quotes -> double quotes
  • Loading branch information
nilslice committed Sep 2, 2017
1 parent 8bce726 commit 73c3900
Showing 1 changed file with 1 addition and 1 deletion.
@@ -9,7 +9,7 @@
### END INIT INFO

PROJECT_DIR=<PROJECT DIRECTORY>
SCRIPT='cd $PROJECT_DIR && ponzu run --port=80' # add --https here to get TLS/HTTPS
SCRIPT="cd $PROJECT_DIR && ponzu run --port=80" # add --https here to get TLS/HTTPS
RUNAS=<USER>

PIDFILE=/var/run/ponzu-server.pid

0 comments on commit 73c3900

Please sign in to comment.