better message

This commit is contained in:
Heavybullets8 2022-07-27 17:03:03 -06:00
parent 5ac2b76c32
commit 6902e15c9c

View File

@ -4,7 +4,7 @@
script=$(readlink -f "$0")
script_path=$(dirname "$script")
script_name="heavy_script.sh"
cd "$script_path" || exit
cd "$script_path" || { echo "Error: Failed to change to script directory" ; exit ; }
# shellcheck source=functions/backup.sh