From 162b4a73a03748ccbcba7eafb9b12a322da7b0c3 Mon Sep 17 00:00:00 2001 From: mwolson_admin Date: Sun, 30 Mar 2008 21:23:47 -0400 Subject: [PATCH] change-user-password: Disable debug output --- change-user-password | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/change-user-password b/change-user-password index f313f8b..78cb621 100755 --- a/change-user-password +++ b/change-user-password @@ -1,4 +1,6 @@ -#!/bin/bash -ex +#!/bin/bash -e + +# disable debug !/bin/bash -ex # # Finally, set password for main user's principal # Aborting this operation is harmless. Just re-invoke cpw. -- 2.20.1