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 2021-11-06 23:44:53 +01:00
parent 4b97838bb9
commit 96154e08ba
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 1 additions and 5 deletions

View file

@ -13,9 +13,6 @@ source /usr/share/yunohost/helpers
# MANAGE SCRIPT FAILURE
#=================================================
ynh_clean_setup () {
ynh_clean_check_starting
}
# Exit if an error occurs during the execution of the script
ynh_abort_if_errors
@ -31,7 +28,6 @@ path_url=$(ynh_app_setting_get --app=$app --key=path)
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
db_name=$(ynh_app_setting_get --app=$app --key=db_name)
db_user=$db_name
db_pwd=$(ynh_app_setting_get --app=$app --key=mysqlpwd)
admin=$(ynh_app_setting_get --app=$app --key=admin)
#=================================================

View file

@ -83,7 +83,7 @@ ynh_secure_remove --file="/opt/$app/templates"
#=================================================
ynh_script_progression --message="Setting up source files..." --weight=3
REPO_PATH="/home/$app/repositories"
REPO_PATH="$datadir/repositories"
DATA_PATH="$datadir/data"
ynh_app_setting_set --app=$app --key=final_path --value=$final_path