do not finish check_deployment
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
3
scan.php
3
scan.php
@@ -243,7 +243,8 @@ switch ($_GET["op"]) {
|
|||||||
foreach ($arr as $key=>$data) {
|
foreach ($arr as $key=>$data) {
|
||||||
if ($key=="deploy-".$_GET["additional"]) {
|
if ($key=="deploy-".$_GET["additional"]) {
|
||||||
if ($data["STATUS"]=="1") {
|
if ($data["STATUS"]=="1") {
|
||||||
echo "Install in progress... Please wait...";
|
//echo "Install in progress... Please wait...";
|
||||||
|
echo "";
|
||||||
}
|
}
|
||||||
elseif ($data["STATUS"]=="2") {
|
elseif ($data["STATUS"]=="2") {
|
||||||
echo "Install has finished.";
|
echo "Install has finished.";
|
||||||
|
Reference in New Issue
Block a user