mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
create the folder plugins/auto
This commit is contained in:
parent
f6928aa3bc
commit
654db6194e
2 changed files with 2 additions and 0 deletions
|
@ -106,6 +106,7 @@ ynh_add_fpm_config --package="$extra_php_dependencies"
|
|||
#=================================================
|
||||
|
||||
# Set right permissions for curl install
|
||||
mkdir -p $final_path/plugins/auto
|
||||
chown -R $app: $final_path
|
||||
|
||||
# Set the app as temporarily public for curl call
|
||||
|
|
|
@ -143,6 +143,7 @@ ynh_add_fpm_config --package="$extra_php_dependencies"
|
|||
#=================================================
|
||||
|
||||
# Set right permissions for curl install
|
||||
mkdir -p $final_path/plugins/auto
|
||||
chown -R $app: $final_path
|
||||
|
||||
# Set the app as temporarily public for curl call
|
||||
|
|
Loading…
Reference in a new issue