Update translations
This commit is contained in:
parent
442d9ff393
commit
798228bf94
|
@ -194,7 +194,7 @@ function remove_backup_directory {
|
|||
if [[ $1 == "remove" ]]; then
|
||||
if [ ! -d $USB_MOUNT/backup ]; then
|
||||
rm -rf $USB_MOUNT/backup
|
||||
echo 'Existing backup directory removed'
|
||||
echo $'Existing backup directory removed'
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue