diff --git a/examples/deploy-krops.sh b/examples/deploy-krops.sh index 2f9bddb..a4cfae1 100755 --- a/examples/deploy-krops.sh +++ b/examples/deploy-krops.sh @@ -123,7 +123,7 @@ c nodeinfo case ${1:-} in -i|--interactive) - . start-bash-session.sh + . ./start-bash-session.sh ;; esac diff --git a/examples/deploy-qemu-vm.sh b/examples/deploy-qemu-vm.sh index f4617e4..e3a90ef 100755 --- a/examples/deploy-qemu-vm.sh +++ b/examples/deploy-qemu-vm.sh @@ -69,7 +69,7 @@ c nodeinfo case ${1:-} in -i|--interactive) - . start-bash-session.sh + . ./start-bash-session.sh ;; esac