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

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