Skip to content

Commit e56e9cb

Browse files
committed
fix: remove DEBUG output
1 parent 3e98256 commit e56e9cb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

helpers/backup_server.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ SCRIPT_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
44
cd ${SCRIPT_DIR}
55
source ../common/utils.sh
66

7-
echo "[DEBUG] Script directory: $SCRIPT_DIR"
8-
97
# Load variables
108
if [ ! -f "../variables.sh" ]; then
119
echo "[ERROR] variables.sh not found in the script directory."

0 commit comments

Comments
 (0)