From e2584bada05c945b5f432d71aaeba697441d2498 Mon Sep 17 00:00:00 2001 From: Lio Young Date: Thu, 8 Jul 2021 13:48:43 +0200 Subject: [PATCH] delete bash script --- thaldrin | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100755 thaldrin diff --git a/thaldrin b/thaldrin deleted file mode 100755 index ecbbcf7..0000000 --- a/thaldrin +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash - -echo "Running Script..." - -if [ "$1" == "run" ]; then - echo "Starting Thaldrin..." - docker-compose up -d - exit 0 -elif [ "$1" == "build" ]; then - echo "Building Thaldrin..." - docker-compose build - exit 0 -elif [ "$1" == "stop" ]; then - echo "Stopping Thaldrin..." - docker-compose down - exit 0 -fi - - -exit 1 \ No newline at end of file