This commit is contained in:
2025-09-24 21:06:37 +04:00
parent 2bc9c0b4e0
commit aec8908205
65 changed files with 153 additions and 153 deletions

View File

@@ -3,9 +3,9 @@
# SSH and rsync configuration
SSH_HOST="verse.tf"
SSH_USER="root"
SOURCE_DIR="${HOME}/code/github/freeflowuniverse/herolib/"
DEST_DIR="/root/code/github/freeflowuniverse/herolib/"
FINAL_DIR="/root/code/github/freeflowuniverse/herolib/examples/hero"
SOURCE_DIR="${HOME}/code/github/incubaid/herolib/"
DEST_DIR="/root/code/github/incubaid/herolib/"
FINAL_DIR="/root/code/github/incubaid/herolib/examples/hero"
# Check if the source directory exists, if not stop
if [ ! -d "$SOURCE_DIR" ]; then