Skip to content

Commit

Permalink
Dump storage to .log file
Browse files Browse the repository at this point in the history
  • Loading branch information
iknite committed Mar 8, 2019
1 parent 28f361c commit 7aa821a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/aws/provision/templates/storage-start.sh.j2
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
#!/bin/bash

export STORAGE_HOME=/var/qed
nohup $STORAGE_HOME/storage &
nohup $STORAGE_HOME/storage start >> $STORAGE_HOME/qed.log 2>&1 &

0 comments on commit 7aa821a

Please sign in to comment.