From 64996b30e846b9fc34c87415c9596746e343c0e7 Mon Sep 17 00:00:00 2001 From: Dagen Brock Date: Wed, 4 Mar 2020 09:40:53 -0600 Subject: [PATCH] 2 --- entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index d852abe..ba84093 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -3,7 +3,7 @@ CADZIP=https://github.com/digarok/cadius/releases/download/0.0.0/cadius-ubuntu-latest-0.0.0.zip curl -L $CADZIP -o cadius.zip -unzip cadius.zip +unzip -n cadius.zip mv cadius /usr/bin cadius createvolume $INPUT_VOLUME_PATH $INPUT_VOLUME_NAME $INPUT_VOLUME_SIZE @@ -16,4 +16,4 @@ if [ "$INPUT_INCLUDE_PRODOS" == true ]; then cadius extractfile ProDOS_2_4_2.po /PRODOS.2.4.2/PRODOS . cadius extractfile ProDOS_2_4_2.po /PRODOS.2.4.2/BASIC.SYSTEM . fi - +ls