fixed copyFailure notification text
This commit is contained in:
parent
64644c5996
commit
00bf9379db
@ -19,7 +19,8 @@ note="\e[95m"
|
|||||||
|
|
||||||
function copyFailure {
|
function copyFailure {
|
||||||
echo
|
echo
|
||||||
echo -e "${err}There was a problem backing up your current configuration."
|
echo -e "${err}There was a problem backing-up/copying the configuration" \
|
||||||
|
"files."
|
||||||
echo -e "This suggests some kind of permissions error. Please remedy this" \
|
echo -e "This suggests some kind of permissions error. Please remedy this" \
|
||||||
"and rerun"
|
"and rerun"
|
||||||
echo -e "this script."
|
echo -e "this script."
|
||||||
|
Loading…
Reference in New Issue
Block a user