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