File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,9 +44,9 @@ function update_script() {
4444 unzip -q /opt/v${RELEASE} .zip -d /opt
4545 mv /opt/BookStack-${RELEASE} /opt/bookstack
4646 cp /opt/bookstack-backup/.env /opt/bookstack/.env
47- cp -r /opt/bookstack-backup/public/uploads/ /opt/bookstack/public/uploads
48- cp -r /opt/bookstack-backup/storage/uploads/ /opt/bookstack/storage/uploads
49- cp -r /opt/bookstack-backup/themes/ /opt/bookstack/themes
47+ cp -r /opt/bookstack-backup/public/uploads/* /opt/bookstack/public/uploads/
48+ cp -r /opt/bookstack-backup/storage/uploads/* /opt/bookstack/storage/uploads/
49+ cp -r /opt/bookstack-backup/themes/* /opt/bookstack/themes/
5050 cd /opt/bookstack
5151 COMPOSER_ALLOW_SUPERUSER=1 composer install --no-dev & > /dev/null
5252 php artisan migrate --force & > /dev/null
You can’t perform that action at this time.
0 commit comments