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:
@@ -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
|
||||
|
Reference in New Issue
Block a user