From 7f7bb95029053815be6e8976cb42e8dc1a4f56ea Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Wed, 4 Aug 2021 16:39:44 +0000 Subject: dashboard/config/openbsd: fix recreate script Correct the path to the openbsd config file. --- dashboard/config/openbsd/recreate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/config/openbsd/recreate.sh b/dashboard/config/openbsd/recreate.sh index efbbbabe2..eb9082649 100755 --- a/dashboard/config/openbsd/recreate.sh +++ b/dashboard/config/openbsd/recreate.sh @@ -66,7 +66,7 @@ mv ~/.ssh/known_hosts{.new,} ssh syzkaller@"${INSTANCE}" mkdir -p /syzkaller/userspace ssh syzkaller@"${INSTANCE}" ln -sf /syzkaller/{gopath/src/github.com/google/syzkaller/dashboard/,}config -scp "${SYZ_DIR}"/config/ci-openbsd/config.ci "${INSTANCE}":/syzkaller/config-openbsd.ci +scp "${SYZ_DIR}"/dashboard/config/openbsd/config.ci "${INSTANCE}":/syzkaller/config-openbsd.ci scp worker_key syzkaller@"${INSTANCE}":/syzkaller/userspace/key scp -C worker_disk.raw syzkaller@"${INSTANCE}":/syzkaller/userspace/image ssh syzkaller@"${INSTANCE}" 'D=/syzkaller/userspace-multicore && mkdir -p $D && ln -sf ../userspace/{image,key} $D && ln -sf ../config/overlays/ci-openbsd-multicore $D/overlay' -- cgit mrf-deployment