update to upstream 5.3.4
[automated-distro-installer] / fai / config / scripts / DEBIAN / 10-rootpw
index fe08f9d029d4813141a76691843d38a4a698244c..c1ee0b18f725043592835d9091eef6e53b60c7e5 100755 (executable)
@@ -3,6 +3,6 @@
 error=0; trap 'error=$(($?>$error?$?:$error))' ERR # save maximum error code
 
 # set root password
-$ROOTCMD usermod -p $ROOTPW root
+$ROOTCMD usermod -p "$ROOTPW" root
 
 exit $error