1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flarum_ynh.git synced 2024-09-03 18:36:24 +02:00

fix folder not writable

This commit is contained in:
yalh76 2020-06-12 05:41:51 +02:00 committed by tituspijean
parent 9eda5a0710
commit 619a21b5a5

View file

@ -162,6 +162,9 @@ ynh_composer_exec --phpversion=$phpversion --workdir=$final_path --commands="upd
#=================================================
ynh_script_progression --message="Configuring Flarum..." --weight=2
# Making sure it is writable
chown -R $app: $final_path
# Copy the configuration.yml to working directory
finalflarumconf="$final_path/configuration.yml"
cp ../conf/configuration.yml $finalflarumconf