1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/penpot_ynh.git synced 2024-09-03 19:56:56 +02:00

Fixed upgrade

This commit is contained in:
Mateusz Szymański 2024-04-20 00:31:54 +02:00
parent 23398539c4
commit db38c00d32

View file

@ -80,7 +80,7 @@ then
ynh_secure_remove --file=$install_dir/frontend ynh_secure_remove --file=$install_dir/frontend
mkdir -p $install_dir/frontend mkdir -p $install_dir/frontend
mv $install_dir/build/frontend/target/dist/* $install_dir/frontend mv $install_dir/build/frontend/resources/public/* $install_dir/frontend
chown -R $app:www-data $install_dir/frontend chown -R $app:www-data $install_dir/frontend
chmod -R 755 $install_dir/frontend chmod -R 755 $install_dir/frontend