Update GITTREE to current branch

This commit is contained in:
iamromulan
2024-05-04 01:17:03 -04:00
parent 2cc65b7dba
commit 88f76ae642
2 changed files with 4 additions and 4 deletions

View File

@@ -2,9 +2,9 @@
# Define toolkit paths # Define toolkit paths
GITUSER="iamromulan" GITUSER="iamromulan"
GITTREE="development-v2" GITTREE="development"
GITMAINTREE="main" GITMAINTREE="main"
GITDEVTREE="development-v2" GITDEVTREE="development"
TMP_DIR="/tmp" TMP_DIR="/tmp"
USRDATA_DIR="/usrdata" USRDATA_DIR="/usrdata"
SOCAT_AT_DIR="/usrdata/socat-at-bridge" SOCAT_AT_DIR="/usrdata/socat-at-bridge"

View File

@@ -2,7 +2,7 @@
# Define constants # Define constants
GITUSER="iamromulan" GITUSER="iamromulan"
GITTREE="development-v2" GITTREE="development"
DIR_NAME="simpleadmin" DIR_NAME="simpleadmin"
SERVICE_FILE="/lib/systemd/system/install_simpleadmin.service" SERVICE_FILE="/lib/systemd/system/install_simpleadmin.service"
SERVICE_NAME="install_simpleadmin" SERVICE_NAME="install_simpleadmin"
@@ -39,7 +39,7 @@ cat <<EOF > "$TMP_SCRIPT"
#!/bin/bash #!/bin/bash
GITUSER="iamromulan" GITUSER="iamromulan"
GITTREE="development-v2" GITTREE="development"
SIMPLE_ADMIN_DIR="/usrdata/simpleadmin" SIMPLE_ADMIN_DIR="/usrdata/simpleadmin"
# Function to remount file system as read-write # Function to remount file system as read-write