Skip to content

Commit 6d53eee

Browse files
committed
fix : fully qualify systemctl path
1 parent d6ae603 commit 6d53eee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.d4g-tools/deploy/pull/pull.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ parse_params() {
7676

7777
parse_params "$@"
7878

79-
sudo systemctl stop taxplorer-dev.uwsgi
79+
sudo /bin/systemctl stop taxplorer-dev.uwsgi
8080
cd $SOURCE && git pull
81-
sudo systemctl start taxplorer-dev.uwsgi
81+
sudo /bin/systemctl start taxplorer-dev.uwsgi
8282

8383
exit 0

0 commit comments

Comments
 (0)