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:
parent
9eda5a0710
commit
619a21b5a5
1 changed files with 3 additions and 0 deletions
|
@ -162,6 +162,9 @@ ynh_composer_exec --phpversion=$phpversion --workdir=$final_path --commands="upd
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Configuring Flarum..." --weight=2
|
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
|
# Copy the configuration.yml to working directory
|
||||||
finalflarumconf="$final_path/configuration.yml"
|
finalflarumconf="$final_path/configuration.yml"
|
||||||
cp ../conf/configuration.yml $finalflarumconf
|
cp ../conf/configuration.yml $finalflarumconf
|
||||||
|
|
Loading…
Reference in a new issue