Skip to content

Commit b3f0f7c

Browse files
committed
Bugfix?
1 parent 90988f9 commit b3f0f7c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

resources/views/update.blade.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,9 @@
117117
@endif
118118

119119
@if($_SERVER['QUERY_STRING'] === 'backups')
120-
<?php Artisan::call('backup:clean');
120+
<?php
121+
try {Artisan::call('backup:clean');}
122+
catch (exception $e) {}
121123
Artisan::call('backup:run', ['--only-files' => true]);
122124
$tst = base_path('backups/');
123125
file_put_contents($tst.'CANUPDATE', '');

0 commit comments

Comments
 (0)