Try fix quotes

This commit is contained in:
phahulin 2017-08-31 12:40:09 +03:00 committed by GitHub
parent 3e4baf0315
commit a60a35bb08
1 changed files with 2 additions and 2 deletions

View File

@ -416,7 +416,7 @@ User=${ADMIN_USERNAME}
Group=${ADMIN_USERNAME}
Environment=MYVAR=myval
WorkingDirectory=/home/${ADMIN_USERNAME}/eth-net-intelligence-api
ExecStart=/bin/bash -c "/usr/bin/pm2 ping; /usr/bin/pm2 startOrRestart app.json"
ExecStart=/bin/bash -c \"/usr/bin/pm2 ping; /usr/bin/pm2 startOrRestart app.json\"
[Install]
WantedBy=multi-user.target
EOF"
@ -546,7 +546,7 @@ User=${ADMIN_USERNAME}
Group=${ADMIN_USERNAME}
Environment=MYVAR=myval
WorkingDirectory=/home/${ADMIN_USERNAME}/chain-explorer
ExecStart=/bin/bash -c "/usr/bin/pm2 ping; /usr/bin/pm2 startOrRestart app.json"
ExecStart=/bin/bash -c \"/usr/bin/pm2 ping; /usr/bin/pm2 startOrRestart app.json\"
[Install]
WantedBy=multi-user.target
EOF"