Skip to content

Commit 3ed2e2d

Browse files
committed
Added link to docs for common issues in upgrading script
1 parent f1266ab commit 3ed2e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upgrade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ function url_get_contents ($Url) {
541541
exec('php artisan down', $down_results, $return_code);
542542
echo '-- ' . implode("\n", $down_results) . "\n";
543543
if ($return_code > 0) {
544-
die("Something went wrong with downing your site. This can't be good. Please investigate the error. Aborting!\n\n");
544+
die("Something went wrong with downing your site. This can't be good. Please investigate the error and be sure to check https://snipe-it.readme.io/docs/common-issues and https://snipe-it.readme.io/docs/installation-issues for solutions to common upgrading issues. Aborting!\n\n");
545545
}
546546
unset($return_code);
547547

0 commit comments

Comments
 (0)