Skip to content

Commit

Permalink
Merge pull request #38 from bbharathkumarreddy/dev-z1
Browse files Browse the repository at this point in the history
update main
  • Loading branch information
bbharathkumarreddy authored Feb 8, 2020
2 parents e529b05 + 1a80575 commit 44dd927
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion console/api/server-b-update.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
echo shell_exec("cd /var/www/server-b/ && git stash").'<br>';
echo shell_exec("cd /var/www/server-b/ && git reset").'<br>';
echo '<br><b>Info:</b>';
echo shell_exec("cd /var/www/server-b/ && git pull origin dev-z1");
echo shell_exec("cd /var/www/server-b/ && git pull origin master");
echo '<br>';
echo shell_exec("bash /var/www/server-b/bash/scripts/update-formation.sh").'<br>';
echo shell_exec("chmod -R 777 /var/www/server-b");
Expand Down
2 changes: 1 addition & 1 deletion console/app/dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
else $ufw_status = '';
?>
<label class="switch fr m-0">
<input type="checkbox" style="" id="ufw_status_switch" <?php echo $ufw_status; ?>>
<input type="checkbox" id="ufw_status_switch" <?php echo $ufw_status; ?>>
<span class="slider round"></span>
</label>
<p class="text-success fr m-0">disable&nbsp;&nbsp;</p>
Expand Down

0 comments on commit 44dd927

Please sign in to comment.