1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pepettes_ynh.git synced 2024-09-03 19:56:35 +02:00

Update change_url

This commit is contained in:
yalh76 2022-06-02 23:40:58 +02:00
parent ea73446367
commit 67750eac82

View file

@ -131,6 +131,10 @@ done
ynh_store_file_checksum --file="$final_path/settings.py"
# Set permissions to app files
chown -R $app:www-data $final_path
chmod o=--- $final_path
#=================================================
# GENERIC FINALISATION
#=================================================