diff options
author | Elijah Saxon <elijah@riseup.net> | 2005-10-19 05:17:53 +0000 |
---|---|---|
committer | Elijah Saxon <elijah@riseup.net> | 2005-10-19 05:17:53 +0000 |
commit | a116f435ce8b97fdbea9fd25f91517b1fb850881 (patch) | |
tree | 7b46ab9401f1742631a66ea40d9d45f76aa78caa /ninjahelper | |
parent | 1f0d91977b69c4e284de655e958830ead163424c (diff) | |
download | backupninja-a116f435ce8b97fdbea9fd25f91517b1fb850881.tar.gz backupninja-a116f435ce8b97fdbea9fd25f91517b1fb850881.tar.bz2 |
fixed many bugs in rdiff.helper
added more verbage to ninjahelper
added some IFS=$'' to easydialog
(this allows you to pass through blank lines).
Diffstat (limited to 'ninjahelper')
-rwxr-xr-x | ninjahelper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ninjahelper b/ninjahelper index 817b47b..13a4ca9 100755 --- a/ninjahelper +++ b/ninjahelper @@ -144,7 +144,7 @@ doaction() { $enable "$enable action" \ name "change the filename" \ run "run this action now" \ - test "do a test run" \ + test "test connections and passwords only" \ kill "remove this action" [ $? = 1 ] && return; result="$REPLY" @@ -237,7 +237,7 @@ for file in `find $conf/etc/backup.d/ -type f | sort -n`; do let "i += 1" done -menuBox "main menu" "select an action to edit" $menulist \ +menuBox "main menu" "Select a backup action for more options, or create a new action:" $menulist \ new "create a new backup action" \ quit "leave ninjahelper" |