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:
parent
23398539c4
commit
db38c00d32
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue