Преглед на файлове

dracut/vmklive-adduser.sh: fixed two typos.

Juan RP преди 12 години
родител
ревизия
6564ab4e5b
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      dracut/vmklive-adduser.sh

+ 2 - 2
dracut/vmklive-adduser.sh

@@ -27,11 +27,11 @@ if [ -f ${NEWROOT}/usr/lib/systemd/system/[email protected] ]; then
 fi
 
 # Create /usr/sbin/live-getty.
-cat > ${NEWROOT}/usr&sbin/live-getty <<_EOF
+cat > ${NEWROOT}/usr/sbin/live-getty <<_EOF
 #!/bin/sh
 
 if [ -x /usr/sbin/agetty ]; then
-	_getty=/usr&sbin/agetty
+	_getty=/usr/sbin/agetty
 elif [ -x /usr/sbin/getty ]; then
 	_getty=/usr/sbin/getty
 fi