From 7b8f505e9b9460e144d1cfca56a94d24d2c6b136 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Wed, 16 May 2018 20:23:58 +0200 Subject: Updated PKI scripts --- scripts/pki-update.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'scripts/pki-update.sh') diff --git a/scripts/pki-update.sh b/scripts/pki-update.sh index 3a09ca0..94d4905 100755 --- a/scripts/pki-update.sh +++ b/scripts/pki-update.sh @@ -1,6 +1,4 @@ #!/bin/sh -x -SRC_DIR=`cd ../.. ; pwd` - -cd $SRC_DIR/pki -git pull +./pki-remove.sh +./pki-install.sh -- cgit