diff --git a/cleaninstall/cleaninstall.sh b/cleaninstall/cleaninstall.sh index d72289e..e69e017 100755 --- a/cleaninstall/cleaninstall.sh +++ b/cleaninstall/cleaninstall.sh @@ -15,7 +15,7 @@ PATCH_FILE=mystic.112a39.patch [ $(id -u) -ne 0 ] && echo "ERROR: You need to run me as root." && exit 1 if [ -d ${TARGET_DIR} ]; then - echo "! Skipping installation [$TARGET_DIR} already exists" + echo "! Skipping installation [${TARGET_DIR}] already exists" else # 1) Download Mystic App @@ -74,5 +74,5 @@ echo "Zipping up data dir..." tar czf mystic/data.tar.gz data/ # That dir is now ready for the image -tar czf mystic.tar.gz mystic +tar czf ../mystic.tar.gz mystic echo "OK mystic.tar.gz can be moved to your docker build" diff --git a/libcl.so.3.4.3 b/libcl.so.3.4.3 deleted file mode 100644 index 731b2e6..0000000 Binary files a/libcl.so.3.4.3 and /dev/null differ diff --git a/mystic.tar.gz b/mystic.tar.gz deleted file mode 100644 index 25bd950..0000000 Binary files a/mystic.tar.gz and /dev/null differ