mirror of
https://github.com/YunoHost-Apps/paheko_ynh.git
synced 2024-09-03 19:56:22 +02:00
Update install
move data folder on correct place
This commit is contained in:
parent
2d536d5c84
commit
d28633fb97
1 changed files with 8 additions and 0 deletions
|
@ -51,6 +51,14 @@ ynh_add_config --template="../conf/config.local.php" --destination="$install_dir
|
|||
chmod 650 "$install_dir/config.local.php"
|
||||
chown $app:$app "$install_dir/config.local.php"
|
||||
|
||||
#=================================================
|
||||
# ADD Data folder
|
||||
#=================================================
|
||||
ynh_script_progression --message="Adding a data folder..." --weight=5
|
||||
|
||||
# move data folder
|
||||
mv $install_dir/data $data_dir/
|
||||
|
||||
#=================================================
|
||||
# END OF SCRIPT
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue