summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaindropsSys <raindrops@equestria.dev>2024-04-26 13:48:09 +0200
committerRaindropsSys <raindrops@equestria.dev>2024-04-26 13:48:09 +0200
commit1baef0ae5eceb504c7fa353dc097b3d08463cc55 (patch)
tree85ad138ddf689aa042592d95b7498024a1f70b2d
parent367343add6f278fc5b4973faca73d98e760d7841 (diff)
downloadstarshine-1baef0ae5eceb504c7fa353dc097b3d08463cc55.tar.gz
starshine-1baef0ae5eceb504c7fa353dc097b3d08463cc55.tar.bz2
starshine-1baef0ae5eceb504c7fa353dc097b3d08463cc55.zip
Updated 2 files (automated)
-rw-r--r--includes/refresh-status.php6
-rw-r--r--version2
2 files changed, 4 insertions, 4 deletions
diff --git a/includes/refresh-status.php b/includes/refresh-status.php
index 335b4f6..2d91fae 100644
--- a/includes/refresh-status.php
+++ b/includes/refresh-status.php
@@ -7,9 +7,9 @@ if (!isset($_SERVER['argv'])) die("This script can only be run in a CLI environm
echo("Fetching servers\n");
$servers = [
- json_decode(exec("ssh root@dabssi starshine-status"), true),
- json_decode(exec("ssh root@hudgens starshine-status"), true),
- json_decode(exec("ssh root@watson starshine-status"), true),
+ json_decode(exec("ssh root@dabssi.net.equestria.dev starshine-status"), true),
+ json_decode(exec("ssh root@hudgens.net.equestria.dev starshine-status"), true),
+ json_decode(exec("ssh root@watson.net.equestria.dev starshine-status"), true),
];
echo("Processing statistics\n");
diff --git a/version b/version
index 83de0bb..d8308f9 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-13.2.2
+13.2.3