1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nocodb_ynh.git synced 2024-09-03 19:56:01 +02:00

Update install

This commit is contained in:
Éric Gaspar 2023-11-22 16:23:53 +01:00
parent 93d7dcdbda
commit 8238f2e075

View file

@ -73,7 +73,7 @@ chown $app:$app "$install_dir/.env"
ynh_script_progression --message="Starting a systemd service..." --weight=1
# Start a systemd service
ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" --line_match="application successfully started"
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="application successfully started"
#=================================================
# END OF SCRIPT