X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/2759bfac85a8a30d9c41cae1f4016c0eaaf416b3..5a89e8c08e58eb7905b29730f752ed39cffa2b91:/scripts/env diff --git a/scripts/env b/scripts/env index ebd2dac38..80e08ec4a 100755 --- a/scripts/env +++ b/scripts/env @@ -192,7 +192,7 @@ env_new() { fi git checkout -b "$1" "$from" if [ -f "$BASEDIR/.config" -o -d "$BASEDIR/files" ]; then - if ask_bool 1 "Do you want to keep your current config and files?"; then + if ask_bool 1 "Do you want to start your configuration repository with the current configuration?"; then [ -d "$BASEDIR/files" -a \! -L "$BASEDIR/files" ] && { mkdir -p "$ENVDIR/files" shopt -s dotglob