1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/weblate_ynh.git synced 2024-10-01 13:35:04 +02:00

Final fixes - restart service and echo instead of return

This commit is contained in:
Jean-Baptiste Holcroft 2017-10-23 15:39:50 +02:00
parent 8b51355bce
commit 9b93349d90
2 changed files with 3 additions and 1 deletions

View file

@ -35,7 +35,7 @@ ynh_check_if_checksum_is_different() {
check=1
fi
return "$check"
echo "$check"
}
ynh_psql_test_if_first_run() {

View file

@ -235,4 +235,6 @@ fi
# RELOAD NGINX
#=================================================
systemctl stop "$app.service"
systemctl start "$app.service"
systemctl reload nginx