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

Use ynh_secure_remove

This commit is contained in:
Sebastian Gumprich 2022-07-25 08:31:49 +02:00 committed by GitHub
parent 5cd1f84e1c
commit eeb30a6489
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -133,9 +133,7 @@ ynh_script_progression --message="Upgrading the database..."
pushd "$final_path" pushd "$final_path"
# Clear caches # Clear caches
# https://github.com/invoiceninja/invoiceninja/issues/7397 # https://github.com/invoiceninja/invoiceninja/issues/7397
rm -fr bootstrap/cache/* ynh_secure_remove bootstrap/cache/* storage/framework/cache/* storage/framework/sessions/*
rm -fr storage/framework/cache/*
rm -fr storage/framework/sessions/*
# Run the database migrations # Run the database migrations
php$phpversion artisan migrate --force --no-interaction --verbose php$phpversion artisan migrate --force --no-interaction --verbose