Fix a small typo in fake init scripts.

Change-Id: Iaae4e8424ce2e87b0d19391fa2994042aed832e5
This commit is contained in:
Robert Myers 2013-04-18 11:35:38 -05:00
parent 26ba473c72
commit 1001e750e7

View File

@ -25,6 +25,6 @@ sudo mv $TARGET_ROOT/usr/sbin/invoke-rc.d $TARGET_ROOT/usr/sbin/invoke-rc.d.REAL
sudo dd of=$TARGET_ROOT/usr/sbin/invoke-rc.d <<EOF
#!/bin/sh
echo "invoke-rc.d (tripleo 1.0)"
echo "Warning: Fake inovke-rc.d called, doing nothing"
echo "Warning: Fake invoke-rc.d called, doing nothing"
EOF
sudo chmod 755 $TARGET_ROOT/usr/sbin/invoke-rc.d