1
0
Fork 0
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:
Robles Rodolphe 2023-10-10 15:20:49 +02:00 committed by GitHub
parent 2d536d5c84
commit d28633fb97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
#=================================================