1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/castopod_ynh.git synced 2024-09-03 18:16:14 +02:00

Update upgrade

This commit is contained in:
Mateusz 2023-10-30 11:15:02 +01:00 committed by GitHub
parent 5c41650485
commit da1998b842
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ fi
if ynh_compare_current_package_version --comparison le --version "1.1.2~ynh2"; then
ynh_script_progression --message="Moving data..." --weight=3
mkdir -p $data_dir/media
cp -rf $install_dir/public/media/* $data_dir/media/*
cp -rf $install_dir/public/media/* $data_dir/media
chmod -R 750 $data_dir
chgrp -R www-data $data_dir