mirror of
https://github.com/YunoHost-Apps/zusam_ynh.git
synced 2024-09-03 18:05:54 +02:00
cp -r needed for app/dist?
This commit is contained in:
parent
54ccf25dbe
commit
b0f089b712
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ pushd $install_dir
|
|||
|
||||
ynh_script_progression --message="Pulling in external libraries with Composer..."
|
||||
ynh_install_composer -c "2.4.2" -w $install_dir/api/
|
||||
cp app/dist/* public/
|
||||
cp -r app/dist/* public/
|
||||
popd
|
||||
|
||||
chown -R $app:www-data "$install_dir"
|
||||
|
|
Loading…
Reference in a new issue