Fix messages.
This commit is contained in:
@@ -16,7 +16,7 @@ trap 'log_status "$0" "FAILURE"; restore_config' 0
|
||||
|
||||
change_config
|
||||
|
||||
echo -n "Use cppw with 2 users (cppw data/passwd data/passwd)..."
|
||||
echo -n "Use cppw with 2 files (cppw data/passwd data/passwd)..."
|
||||
cppw data/passwd data/passwd 2>tmp/usage.out && exit 1 || {
|
||||
status=$?
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@ cd $(dirname $0)
|
||||
. ../../common/config.sh
|
||||
. ../../common/log.sh
|
||||
|
||||
log_start "$0" "cppw reports an error if no files are provided"
|
||||
log_start "$0" "cppw checks if the password file is locked"
|
||||
|
||||
save_config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user