diff --git a/menhera.sh b/menhera.sh index bc6c611..5c24315 100755 --- a/menhera.sh +++ b/menhera.sh @@ -70,7 +70,7 @@ copy_config() { echo "Copying important config into new rootfs..." cp -ax "${OLDROOT}/etc/resolv.conf" "${NEWROOT}/etc" cp -axr "${OLDROOT}/etc/ssh" "${NEWROOT}/etc" - cp -ax "${OLDROOT}/etc/{passwd,shadow}" "${NEWROOT}/etc" + cp -ax "${OLDROOT}/etc/"{passwd,shadow} "${NEWROOT}/etc" cp -axr "${OLDROOT}/root/.ssh" "${NEWROOT}/root" chroot "${NEWROOT}" chsh -s /bin/bash root