From b40b396eb4ef029435fabb6fdc445e1373d753a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Fri, 6 Oct 2023 01:09:16 +0200 Subject: [PATCH] remove old sh --- loadproduction.old.sh | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 loadproduction.old.sh diff --git a/loadproduction.old.sh b/loadproduction.old.sh deleted file mode 100755 index 880622ca..00000000 --- a/loadproduction.old.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -export C3NAV_CONFIG=/home/laura/Projekte/c3nav/data/c3nav.cfg -ssh root@34c3.c3nav.de "c3nav-manage 34c3 dumpdata mapdata --format json | gzip" | gunzip > production.json -python src/manage.py loaddata --app mapdata production.json -# rm production.json