This commit is contained in:
committer@tuxwarrior
2026-03-06 09:09:03 -05:00
parent 5935d75a22
commit a630b7208c

View File

@@ -46,7 +46,7 @@ backupDeploy() {
local files=()
if [[ "${operation}" == "backup" ]]; then
echo -e "\nthe following files will be copied to the repository (old files in the repo will potentially be overwritten):"
echo -e "\nthe following files will be copied to the repository (old files in the repo will be overwritten):"
for filename in "${filenames[@]}"; do
local file="${nwgp_dir}/${filename}"