diff options
Diffstat (limited to 'scripts/install-system')
| -rwxr-xr-x[-rw-r--r--] | scripts/install-system | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/scripts/install-system b/scripts/install-system index 15977259..23109bea 100644..100755 --- a/scripts/install-system +++ b/scripts/install-system @@ -861,7 +861,7 @@ change_password() {      # escape any slashes in resulting password      local epwd=$(mkpasswd -H md5 "$pwd1" | sed 's:/:\\/:g') -    set_encypted_password $user $epwd  $rootfsdir$ofrconfdir/config.boot +    set_encrypted_password $user $epwd  $rootfsdir$ofrconfdir/config.boot  }  # setup grub on the boot sector of a user queried drive | 
