1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 14:23:11 +00:00

fix a typo in scripts/run

This commit is contained in:
Ivan Mikushin
2015-03-02 00:19:38 +05:00
parent 6cff93b597
commit 7240eab253

View File

@@ -35,7 +35,7 @@ if [ ! -d ${INITRD_TMP} ]; then
fi
if [ ! -e bin/rancheros ]; then
./script/build
./scripts/build
fi
cp bin/rancheros ${INITRD_TMP}/init