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:
parent
c962fdf780
commit
bfd4342580
2 changed files with 0 additions and 7 deletions
|
@ -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
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue