Skip to content

Commit

Permalink
update snapshot service to start existing container...
Browse files Browse the repository at this point in the history
  • Loading branch information
baabeetaa committed Mar 1, 2024
1 parent 8f770b3 commit 19eb834
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions snapshot/snapshot_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ fi

if [ -f "$HOME/env.sh" ]; then
echo "Start existing container..."

cd $HOME
source $HOME/env.sh

supervisord
crond

loop_forever
fi

Expand Down

0 comments on commit 19eb834

Please sign in to comment.