repo: exit with zero exit code

This commit is contained in:
Thomas Hobson 2021-03-14 13:06:04 +13:00
parent 41e036d93c
commit 71d675f454
No known key found for this signature in database
GPG Key ID: 9F1FD9D87950DB6F
1 changed files with 2 additions and 1 deletions

View File

@ -11,3 +11,4 @@ cd /piston/repo
./mkindex.sh
[[ $SERVER -eq 1 ]] && python3 -m http.server
exit 0