diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2019-11-17 20:57:39 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2019-11-17 20:57:39 +0100 |
commit | 3b06ee0d381dc1be5f40ca98ad4278046d869d21 (patch) | |
tree | d31e79fc57d882b8267f40c3434480bb58a3ca73 /docker/restart | |
download | fluxbb-master.tar.xz |
Diffstat (limited to 'docker/restart')
-rwxr-xr-x | docker/restart | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docker/restart b/docker/restart new file mode 100755 index 0000000..06c6aa5 --- /dev/null +++ b/docker/restart @@ -0,0 +1,6 @@ +#!/usr/bin/env bash + +pushd $(dirname $BASH_SOURCE) + +./stop +./start |