1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zusam_ynh.git synced 2024-09-03 18:05:54 +02:00

Added missing paths in install script

This commit is contained in:
dragondaddy 2023-08-07 00:57:41 +02:00
parent 7211955c7f
commit 2e3338340a

View file

@ -42,10 +42,10 @@ ynh_setup_source --dest_dir="$install_dir"
# Let's copy the webapp in the public directory
cp -R app/dist/* public/
cp -R $install_dir/app/dist/* $install_dir/public/
ynh_script_progression --message="Pulling in external libraries with Composer..."
cd api
cd $install_dir/api
ynh_install_composer
chown -R $app:www-data "$install_dir"