mirror of
https://github.com/rancher/os.git
synced 2025-11-13 05:58:22 +00:00
fix a typo in scripts/run
This commit is contained in:
@@ -35,7 +35,7 @@ if [ ! -d ${INITRD_TMP} ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -e bin/rancheros ]; then
|
if [ ! -e bin/rancheros ]; then
|
||||||
./script/build
|
./scripts/build
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cp bin/rancheros ${INITRD_TMP}/init
|
cp bin/rancheros ${INITRD_TMP}/init
|
||||||
|
|||||||
Reference in New Issue
Block a user