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:
parent
5c41650485
commit
da1998b842
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ fi
|
||||||
if ynh_compare_current_package_version --comparison le --version "1.1.2~ynh2"; then
|
if ynh_compare_current_package_version --comparison le --version "1.1.2~ynh2"; then
|
||||||
ynh_script_progression --message="Moving data..." --weight=3
|
ynh_script_progression --message="Moving data..." --weight=3
|
||||||
mkdir -p $data_dir/media
|
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
|
chmod -R 750 $data_dir
|
||||||
chgrp -R www-data $data_dir
|
chgrp -R www-data $data_dir
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue