mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-28 01:41:36 +08:00
🐞 BOSH Release: job generates logs
Previously logs weren't being generated because I wasn't redirecting the output because I accidentally deleted a trailing backslash.
This commit is contained in:
@@ -14,7 +14,7 @@ case $1 in
|
|||||||
|
|
||||||
cd /var/vcap/packages/sslip.io-dns-server
|
cd /var/vcap/packages/sslip.io-dns-server
|
||||||
|
|
||||||
exec /var/vcap/packages/sslip.io-dns-server/bin/sslip.io-dns-server
|
exec /var/vcap/packages/sslip.io-dns-server/bin/sslip.io-dns-server \
|
||||||
>> $LOG_DIR/sslip.io-dns-server.stdout.log \
|
>> $LOG_DIR/sslip.io-dns-server.stdout.log \
|
||||||
2>> $LOG_DIR/sslip.io-dns-server.stderr.log
|
2>> $LOG_DIR/sslip.io-dns-server.stderr.log
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user