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

Fixed typo.

This commit is contained in:
orhtej2 2023-10-29 22:01:44 +01:00
parent 1808971fa6
commit ed91ce3779

View file

@ -47,7 +47,7 @@ if [ $(ynh_compare_current_package_version --comparison le --version "1.1.2~ynh2
mv $install_dir/public/media $data_dir mv $install_dir/public/media $data_dir
chmod -R 644 $data_dir chmod -R 644 $data_dir
chgrp -R www-data $data_dir chgrp -R www-data $data_dir
endif fi
#================================================= #=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE # DOWNLOAD, CHECK AND UNPACK SOURCE