1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gogs_ynh.git synced 2024-09-03 20:36:23 +02:00

Update restore

This commit is contained in:
ericgaspar 2020-12-06 14:08:58 +01:00
parent 65353785cc
commit 33baffdb2e
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -64,7 +64,7 @@ ynh_mysql_connect_as "$dbuser" "$dbpass" "$dbname" < ./db.sql
# Restore systemd files
systemctl daemon-reload
systemctl enable "$app".service
systemctl enable "$app".service --quiet
#=================================================
# GENERIC FINALIZATION