Skip to content

Commit 054e37e

Browse files
committed
fix: missing service suffix .. .
1 parent 6d53eee commit 054e37e

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 /bin/systemctl stop taxplorer-dev.uwsgi
79+
sudo /bin/systemctl stop taxplorer-dev.uwsgi.service
8080
cd $SOURCE && git pull
81-
sudo /bin/systemctl start taxplorer-dev.uwsgi
81+
sudo /bin/systemctl start taxplorer-dev.uwsgi.service
8282

8383
exit 0

0 commit comments

Comments
 (0)