Skip to content

Commit

Permalink
Self updater thinks everything is a remote server
Browse files Browse the repository at this point in the history
  • Loading branch information
austinwbest committed Sep 18, 2024
1 parent db6b294 commit f79835e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/app/www/public/includes/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
</ul>
<br>
Consider not running the dockwatch update time at the same time as other containers. When dockwatch starts its update process, everything after it will be ignored since it is stopping its self!<hr>
<?php if ($_SESSION['activeServerId'] != 0) { ?>
<?php if ($_SESSION['activeServerId'] != APP_SERVER_ID) { ?>
Remote control of self restarts and updates is not supported.
<?php } else { ?>
Wait 30-45 seconds after using these buttons and refresh the page so the process outlined above can complete. If you have notifications enabled you will see the maintenance container start and shortly after the dockwatch container start.<br><br>
Expand Down

0 comments on commit f79835e

Please sign in to comment.