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:
parent
7211955c7f
commit
2e3338340a
1 changed files with 2 additions and 2 deletions
|
@ -42,10 +42,10 @@ ynh_setup_source --dest_dir="$install_dir"
|
||||||
|
|
||||||
|
|
||||||
# Let's copy the webapp in the public directory
|
# 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..."
|
ynh_script_progression --message="Pulling in external libraries with Composer..."
|
||||||
cd api
|
cd $install_dir/api
|
||||||
ynh_install_composer
|
ynh_install_composer
|
||||||
|
|
||||||
chown -R $app:www-data "$install_dir"
|
chown -R $app:www-data "$install_dir"
|
||||||
|
|
Loading…
Add table
Reference in a new issue