1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ifm_ynh.git synced 2024-09-03 18:45:52 +02:00

Update install

This commit is contained in:
Éric Gaspar 2023-12-20 18:57:31 +01:00
parent 8db62b049b
commit 706fa4ccfe

View file

@ -30,10 +30,7 @@ ynh_app_setting_set --app=$app --key=fpm_usage --value=$fpm_usage
#=================================================
ynh_script_progression --message="Setting up source files..." --weight=3
#ynh_setup_source --dest_dir="$install_dir"
mkdir -p $install_dir
mv "../sources/ifm.php" "$install_dir/ifm.php"
ynh_setup_source --dest_dir="$install_dir"
chmod -R o-rwx "$install_dir"
chown -R $app:www-data "$install_dir"