This commit is contained in:
lollipopkit
2023-08-15 23:05:51 +08:00
parent cfca40b7be
commit c62c8e2c43
6 changed files with 72 additions and 26 deletions

View File

@@ -2,8 +2,8 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 471;
static const int build = 472;
static const String engine = "3.10.6";
static const String buildAt = "2023-08-13 22:48:32.724672";
static const int modifications = 6;
static const String buildAt = "2023-08-14 11:11:21.335805";
static const int modifications = 2;
}

View File

@@ -5,8 +5,6 @@ const seperator = 'SrvBoxSep';
const serverBoxDir = r'$HOME/.config/server_box';
const shellPath = '$serverBoxDir/mobile_app.sh';
const echoPWD = 'echo \$PWD';
const statusCmds = [
'cat /proc/net/dev && date +%s',
'cat /etc/os-release | grep PRETTY_NAME',