1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gogs_ynh.git synced 2024-09-03 20:36:23 +02:00
This commit is contained in:
ericgaspar 2022-01-11 12:44:38 +01:00
parent a71332faea
commit 4d8ca00c7f
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 3 additions and 3 deletions

View file

@ -62,9 +62,9 @@ ynh_mysql_connect_as --user=$dbuser --password=$dbpass --database=$dbname < ./db
#=================================================
# RESTORE VARIOUS FILES
#=================================================
ynh_script_progression --message="Restoring various files..." --weight=1
#ynh_script_progression --message="Restoring various files..." --weight=1
ynh_restore_file --origin_path="/var/log/$app"
#ynh_restore_file --origin_path="/var/log/$app"
#=================================================
# RESTORE SYSTEMD

View file

@ -108,7 +108,7 @@ fi
ynh_secure_remove "/opt/gogs/templates"
# Install Gogs
ynh_setup_source --dest_dir="$final_path" $architecture
ynh_setup_source $final_path $architecture
# Configure gogs with app.ini file
config_gogs