fix secure remove usage
This commit is contained in:
+3
-1
@@ -133,7 +133,9 @@ 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
|
||||||
ynh_secure_remove bootstrap/cache/* storage/framework/cache/* storage/framework/sessions/*
|
ynh_secure_remove --file=bootstrap/cache/*
|
||||||
|
ynh_secure_remove --file=storage/framework/cache/*
|
||||||
|
ynh_secure_remove --file=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
|
||||||
|
|||||||
Reference in New Issue
Block a user