diff options
author | Dave Reisner <d@falconindy.com> | 2010-06-17 21:14:39 -0400 |
---|---|---|
committer | Dave Reisner <d@falconindy.com> | 2010-06-17 21:14:48 -0400 |
commit | 5124254c6246993980f12f4152fb69f5620f1283 (patch) | |
tree | 6013bb1794fdd5d9fecdcaa4776aeb1310c636fb /squashfu | |
parent | 754c27aa94fd3281d29b053f3746f3fb27e9d41d (diff) | |
download | squashfu-5124254c6246993980f12f4152fb69f5620f1283.tar.gz |
pedantic
Diffstat (limited to 'squashfu')
-rwxr-xr-x | squashfu | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -174,7 +174,7 @@ action_backup () { # Does the binventory exist? If not, prompt to make sure this is an initialization if [[ ! -f "$BINVENTORY" || ! -f "$SEED" ]]; then - echo -ne "\033[1;33m::\033[0m" + echo -ne "\033[1;33m::\033[0m " read -N1 -p "Looks like this is your first time running SquashFu. Is this correct? [y/N] " reply echo [[ ! "$reply" =~ [Yy] ]] && die "Your bin inventory and/or seed seem to be missing. Please fix this before continuing." |