mirror of
https://github.com/YunoHost-Apps/gogs_ynh.git
synced 2024-09-03 20:36:23 +02:00
Fix
This commit is contained in:
parent
a71332faea
commit
4d8ca00c7f
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue