This is the commit where i update commands

This commit is contained in:
TheTrouper
2024-04-08 19:20:18 -05:00
parent 5dae610708
commit 9cf45a7f12
24 changed files with 65 additions and 45 deletions

View File

@@ -10,7 +10,7 @@ if [ $? -eq 0 ]; then
# SFTP upload
SFTP_HOST="home-server"
SFTP_USER="trouper"
SFTP_REMOTE_DIR="/home/trouper/minecraft/data/plugins/"
SFTP_REMOTE_DIR="/home/trouper/testing/data/plugins/"
# Create a temporary file with a unique name
TEMP_FILE=$(mktemp)