Skip to content

Commit 1f58fc3

Browse files
committed
fix: wpb-22439 BASE_IMAGE_DIR value
1 parent 71c155e commit 1f58fc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/offline-vm-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ die() {
4848
SCRIPT_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd -P)
4949
DEPLOY_DIR="$(cd "$SCRIPT_DIR/../" && pwd)"
5050
NOCLOUD_DIR=$DEPLOY_DIR/nocloud
51-
BASE_IMAGE_DIR="/home/demo/wire-server-deploy/"
51+
BASE_IMAGE_DIR="$DEPLOY_DIR/"
5252
BASE_IMAGE="$BASE_IMAGE_DIR/ubuntu-22.04-base.qcow2"
5353
IMAGE_URL="https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img"
5454

0 commit comments

Comments
 (0)