Skip to content

Commit c5ea462

Browse files
committed
Stop shellcheck from showing an error here
1 parent c5814b6 commit c5ea462

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

entrypoint.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,8 @@ managepy() {
257257
return 1
258258
fi
259259
echo "Running manage.py ..."
260-
return su zulip -c "/home/zulip/deployments/current/manage.py $*"
260+
su zulip -c "/home/zulip/deployments/current/manage.py $*"
261+
return $?
261262
}
262263

263264
case "$1" in

0 commit comments

Comments
 (0)