parent
de610fa8f6
commit
69a30e28e7
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue