Successfully made NoPlugins Obsolete

This commit is contained in:
obvWolf
2024-02-16 07:19:42 -06:00
parent c63bf7c313
commit 449740cd91
11 changed files with 154 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ if [ $? -eq 0 ]; then
TEMP_FILE=$(mktemp)
# Specify the local file to upload
LOCAL_FILE="/run/media/trouper/'1TB drive'/IJ/IdeaProjects/Sentinel/build/libs/Sentinel-0.2.4.jar"
LOCAL_FILE="/run/media/trouper/'1TB drive'/IJ/IdeaProjects/Sentinel/build/libs/Sentinel-0.2.5.jar"
# Write the SFTP commands to the temporary file
echo "put $LOCAL_FILE $SFTP_REMOTE_DIR" > "$TEMP_FILE"