Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jan 23, 2019. It is now read-only.

Commit 716f2e6

Browse files
Fix folder to track graceful shutdown
1 parent 99e2000 commit 716f2e6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎gracefull-shutdown.sh renamed to ‎graceful-shutdown.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ do
1919
done
2020
fi
2121
done
22-
rm ~/.pid/docker-compose-pid
23-
echo "$(date)" ": gracefull shutdown successful" > ~/.pid/last-shutdown-status
22+
# track gracefull shutdown
23+
mkdir -p ~/.gracefull-shutdown
24+
echo "$(date)" ": gracefull shutdown successful" > ~/.gracefull-shutdown/last-shutdown-status

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /