aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/openbsd
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2021-08-04 16:39:44 +0000
committerAleksandr Nogikh <wp32pw@gmail.com>2021-08-04 19:57:22 +0200
commit7f7bb95029053815be6e8976cb42e8dc1a4f56ea (patch)
tree43d0dc9e3e1184a77913c03375c24ad8546fc688 /dashboard/config/openbsd
parentb97d64c9fd454c0e4be1a5ab22450d0aeb368d18 (diff)
dashboard/config/openbsd: fix recreate script
Correct the path to the openbsd config file.
Diffstat (limited to 'dashboard/config/openbsd')
-rwxr-xr-xdashboard/config/openbsd/recreate.sh2
1 files changed, 1 insertions, 1 deletions
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'