Stop shellcheck from showing an error here

This commit is contained in:
Alexander Trost
2015-10-20 09:20:15 +02:00
parent c5814b619b
commit c5ea46217c

View File

@@ -257,7 +257,8 @@ managepy() {
return 1
fi
echo "Running manage.py ..."
return su zulip -c "/home/zulip/deployments/current/manage.py $*"
su zulip -c "/home/zulip/deployments/current/manage.py $*"
return $?
}
case "$1" in