fix: correct directory

This commit is contained in:
adripo 2022-12-04 02:34:59 +01:00
parent 4826d63e7e
commit 234408c51d

View File

@ -1,6 +1,7 @@
#!/bin/bash
cd "$(dirname $0)"
cd ..
echo Current dir: "$(pwd)"
if ! docker version | grep 'linux/amd64' ; then
echo "Could not find docker."