diff options
author | Irina Gómez <irinagomez@us.es> | 2019-07-31 12:05:04 +0200 |
---|---|---|
committer | Ramón M. Gómez <ramongomez@us.es> | 2019-08-20 17:26:48 +0200 |
commit | 25a73948e36e8f2dc6e3ad1342f7d578fd6d98f9 (patch) | |
tree | e02e56ebc2111dcd4c4d085ddab0c149b03d2290 /client | |
parent | 335066864a37159713cda3bcd20ca222b409b002 (diff) |
Functions for management Windows Registry: chntpw need '-e' option for edit registry (in ogLive bionic-5.0.0)
Diffstat (limited to 'client')
-rwxr-xr-x | client/engine/Registry.lib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/engine/Registry.lib b/client/engine/Registry.lib index dbe69aee..60f7124b 100755 --- a/client/engine/Registry.lib +++ b/client/engine/Registry.lib @@ -15,7 +15,7 @@ function chntpw () local CHNTPW CHNTPW=$(which drbl-chntpw) CHNTPW=${CHNTPW:-$(which chntpw)} -timeout --foreground 5s $CHNTPW "$@" +timeout --foreground 5s $CHNTPW -e "$@" } |