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

Update upgrade

This commit is contained in:
Éric Gaspar 2022-07-17 15:50:05 +02:00
parent 35e9b90e19
commit 24ae477979
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -82,7 +82,7 @@ fi
# If final_path doesn't exist, create it
if [ -z "$final_path" ]; then
final_path=/opt/$app
final_path=/var/www/$app
ynh_app_setting_set --app=$app --key=final_path --value=$final_path
fi