From aeed552f4e907a875722f49086cd88a594bd44ae Mon Sep 17 00:00:00 2001 From: Ilya Mukhortov Date: Mon, 25 Jan 2021 15:14:50 +1000 Subject: [PATCH] pass --- docker-install.sh => bash_scripts/docker-install.sh | 0 install.sh => bash_scripts/install.sh | 3 +-- medicine/run.sh | 2 -- 3 files changed, 1 insertion(+), 4 deletions(-) rename docker-install.sh => bash_scripts/docker-install.sh (100%) rename install.sh => bash_scripts/install.sh (86%) diff --git a/docker-install.sh b/bash_scripts/docker-install.sh similarity index 100% rename from docker-install.sh rename to bash_scripts/docker-install.sh diff --git a/install.sh b/bash_scripts/install.sh similarity index 86% rename from install.sh rename to bash_scripts/install.sh index 232ad80..e51d322 100644 --- a/install.sh +++ b/bash_scripts/install.sh @@ -33,5 +33,4 @@ docker-compose up -d cd /root/medicine-config/medicine - -docker exec -i medicine-stack-postgres pg_dump --no-owner -U postgres -F c medicine > /root/medicine-backups/latest_database.tar.gz --exclude-table-data=riisz_logging --exclude-table-data=reversion_* \ No newline at end of file +# docker exec -i medicine-stack-postgres pg_dump --no-owner -U postgres -F c medicine > /root/medicine-backups/latest_database.tar.gz --exclude-table-data=riisz_logging --exclude-table-data=reversion_* diff --git a/medicine/run.sh b/medicine/run.sh index 8f7e2cf..a050e81 100644 --- a/medicine/run.sh +++ b/medicine/run.sh @@ -2,8 +2,6 @@ set -e -export PYTHONIOENCODING=utf8 - COMMAND="$1" ARGUMENT="$2"