From: Frank Brehm Date: Thu, 29 Mar 2018 13:17:10 +0000 (+0200) Subject: Bugfixing X-Git-Tag: 0.1.1~65 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=3fc053cc1c9263dec2763875be6ae06e7a95cf83;p=pixelpark%2Fcreate-vmware-tpl.git Bugfixing --- diff --git a/bin/postinst b/bin/postinst index 04fd019..a05165f 100644 --- a/bin/postinst +++ b/bin/postinst @@ -14,7 +14,7 @@ IP_ADDRESS_ETH0=$( host "${hostname}" | sed -e 's/.*has address[ ][ ]*//' ) DOMAIN=$( echo "${hostname}" | cut -d. -f2,3 ) SIMPLE_HOSTNAME=$( echo "${hostname}" | cut -d. -f1 ) -ROOT_PW_CRYPTED="$6$I0yXrNsT$YU3ekjNLy1KTWLRVNww8YM1xtO8FXgTEFhOANS.HB8baj7CxNMRCoxDQh5oFYkZbli67s4pwZ36aNchD2YL.G0" +ROOT_PW_CRYPTED="\$6\$I0yXrNsT\$YU3ekjNLy1KTWLRVNww8YM1xtO8FXgTEFhOANS.HB8baj7CxNMRCoxDQh5oFYkZbli67s4pwZ36aNchD2YL.G0" echo echo "Some information:"