mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-10 19:05:09 +00:00
Fix: Copy issue after update in Bookstack LXC (#1137)
This commit is contained in:
parent
0aeec14025
commit
10634a77c7
@ -44,9 +44,9 @@ function update_script() {
|
|||||||
unzip -q /opt/v${RELEASE}.zip -d /opt
|
unzip -q /opt/v${RELEASE}.zip -d /opt
|
||||||
mv /opt/BookStack-${RELEASE} /opt/bookstack
|
mv /opt/BookStack-${RELEASE} /opt/bookstack
|
||||||
cp /opt/bookstack-backup/.env /opt/bookstack/.env
|
cp /opt/bookstack-backup/.env /opt/bookstack/.env
|
||||||
cp -r /opt/bookstack-backup/public/uploads/ /opt/bookstack/public/uploads
|
cp -r /opt/bookstack-backup/public/uploads/* /opt/bookstack/public/uploads/
|
||||||
cp -r /opt/bookstack-backup/storage/uploads/ /opt/bookstack/storage/uploads
|
cp -r /opt/bookstack-backup/storage/uploads/* /opt/bookstack/storage/uploads/
|
||||||
cp -r /opt/bookstack-backup/themes/ /opt/bookstack/themes
|
cp -r /opt/bookstack-backup/themes/* /opt/bookstack/themes/
|
||||||
cd /opt/bookstack
|
cd /opt/bookstack
|
||||||
COMPOSER_ALLOW_SUPERUSER=1 composer install --no-dev &>/dev/null
|
COMPOSER_ALLOW_SUPERUSER=1 composer install --no-dev &>/dev/null
|
||||||
php artisan migrate --force &>/dev/null
|
php artisan migrate --force &>/dev/null
|
||||||
|
Loading…
Reference in New Issue
Block a user