1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/streams_ynh.git synced 2024-09-03 20:26:20 +02:00

We give another try to this git_clone thing

This commit is contained in:
dragondaddy 2023-11-12 20:26:25 +01:00
parent c962fdf780
commit bfd4342580
2 changed files with 0 additions and 7 deletions

View file

@ -60,10 +60,6 @@ mkdir -p "$install_dir/cache/smarty3"
chmod -R o-rwx "$install_dir" chmod -R o-rwx "$install_dir"
chmod -R 775 $install_dir/store $install_dir/cache chmod -R 775 $install_dir/store $install_dir/cache
# Remember we use git clone to fetch code
ynh_app_setting_set --app=$app --key=git_clone --value=1
ynh_script_progression --message="We set git_clone value to $git_clone"
#================================================= #=================================================
# PHP-FPM CONFIGURATION # PHP-FPM CONFIGURATION
#================================================= #=================================================

View file

@ -83,9 +83,6 @@ then
chmod -R o-rwx "$install_dir" chmod -R o-rwx "$install_dir"
chmod -R 775 $install_dir/store $install_dir/cache chmod -R 775 $install_dir/store $install_dir/cache
# We add a little something to remember we now use git clone to fetch the app code
ynh_app_setting_set --app=$app --key=git_clone --value=1
fi fi
mkdir -p "$install_dir/store" mkdir -p "$install_dir/store"