Skip to content

Commit 7360bd3

Browse files
committed
Update update.blade.php
1 parent fd8a277 commit 7360bd3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/views/update.blade.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
@endif
4444

4545
@if($_SERVER['QUERY_STRING'] === 'backups')
46-
<?php Artisan::call('backup:run', ['--only-files' => true]);
46+
<?php Artisan::call('backup:clean');
47+
Artisan::call('backup:run', ['--only-files' => true]);
4748
$tst = base_path('backups/');
4849
file_put_contents($tst.'CANUPDATE', '');
4950
$URL = Route::current()->getName();

0 commit comments

Comments
 (0)