Working.
All checks were successful
/ deploy (push) Successful in 1s

This commit is contained in:
Lord_Devi 2024-07-09 01:33:08 -04:00
parent de610fa8f6
commit 69a30e28e7

View file

@ -110,7 +110,7 @@ _move_old_init_to_backup() {
for file in "${_init_file[@]}" ; do
if [ -e "$file" ]; then
_mordo "Found existing ${file}, moving to ${file}.bak."
_mordu "Found existing ${file}, moving to ${file}.bak."
mv "$file" "$file.bak"
fi
done