mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-07-10 09:07:41 +02:00
Add --check 0 option for update
This commit is contained in:
parent
9ada9f9e68
commit
b4b715f6e4
@ -12,7 +12,7 @@ if (isset($_POST['csrf_token'])) {
|
||||
}
|
||||
// set installer path + options
|
||||
$path = getenv("DOCUMENT_ROOT");
|
||||
$opts = " --update --yes --path $path";
|
||||
$opts = " --update --yes --check 0 --path $path";
|
||||
$installer = "sudo /etc/raspap/system/raspbian.sh";
|
||||
$execUpdate = $installer.$opts;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user