summaryrefslogtreecommitdiff
path: root/bin/taler-deployment-start
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-06-08 14:05:06 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-06-08 14:05:36 +0200
commit7022c86a13dc55b9b1fa6dd1419d074a29be279c (patch)
treeb12756928d3e9061d3fe5cff430c6bd53a501fef /bin/taler-deployment-start
parent48b8a881b97487aa32f08beba76740fc9d348d21 (diff)
downloaddeployment-7022c86a13dc55b9b1fa6dd1419d074a29be279c.tar.gz
deployment-7022c86a13dc55b9b1fa6dd1419d074a29be279c.tar.bz2
deployment-7022c86a13dc55b9b1fa6dd1419d074a29be279c.zip
new BB scripts + #5340.
Diffstat (limited to 'bin/taler-deployment-start')
-rwxr-xr-xbin/taler-deployment-start10
1 files changed, 0 insertions, 10 deletions
diff --git a/bin/taler-deployment-start b/bin/taler-deployment-start
index 5094149..191fb03 100755
--- a/bin/taler-deployment-start
+++ b/bin/taler-deployment-start
@@ -9,16 +9,6 @@ ulimit -c $((100 * 1024)) &>/dev/null || true
cd $HOME
-if [[ ! -e $HOME/.config/taler.conf ]]; then
- taler-deployment-config-generate
-fi
-
-taler-deployment-config-sign
-
-taler-deployment-keyup
-
-taler-deployment-auditor-sign
-
taler-deployment-arm -s
if [ "${TALER_CONFIG_STANDALONE:-0}" = 1 ]; then