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:
parent
b8c0a0e038
commit
e54b1224b7
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue