1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/photoview_ynh.git synced 2024-09-03 20:05:55 +02:00

Fix upgrade

This commit is contained in:
yalh76 2021-08-29 12:24:52 +02:00
parent b8c0a0e038
commit e54b1224b7

View file

@ -83,10 +83,10 @@ if [ ! -f "$final_path/.env" ]; then
ynh_store_file_checksum --file="$final_path/.env" ynh_store_file_checksum --file="$final_path/.env"
chmod 400 "$final_path/.env" chmod 400 "$final_path/.env"
chown $app:$app "$final_path/.env" chown $app:$app "$final_path/.env"
fi
ynh_remove_go ynh_remove_go
ynh_remove_nodejs ynh_remove_nodejs
fi
#================================================= #=================================================
# CREATE DEDICATED USER # CREATE DEDICATED USER