summaryrefslogtreecommitdiff
path: root/security/nss/automation/taskcluster/scripts/gen_certs.sh
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-02-06 11:46:26 +0100
committerwolfbeast <mcwerewolf@gmail.com>2018-02-06 11:46:26 +0100
commitf017b749ea9f1586d2308504553d40bf4cc5439d (patch)
treec6033924a0de9be1ab140596e305898c651bf57e /security/nss/automation/taskcluster/scripts/gen_certs.sh
parent7c728b3c7680662fc4e92b5d03697b8339560b08 (diff)
downloaduxp-f017b749ea9f1586d2308504553d40bf4cc5439d.tar.gz
Update NSS to 3.32.1-RTM
Diffstat (limited to 'security/nss/automation/taskcluster/scripts/gen_certs.sh')
-rwxr-xr-xsecurity/nss/automation/taskcluster/scripts/gen_certs.sh12
1 files changed, 1 insertions, 11 deletions
diff --git a/security/nss/automation/taskcluster/scripts/gen_certs.sh b/security/nss/automation/taskcluster/scripts/gen_certs.sh
index aee1001477..b8d4f60bae 100755
--- a/security/nss/automation/taskcluster/scripts/gen_certs.sh
+++ b/security/nss/automation/taskcluster/scripts/gen_certs.sh
@@ -1,16 +1,6 @@
#!/usr/bin/env bash
-set -v -e -x
-
-source $(dirname $0)/tools.sh
-
-if [ $(id -u) = 0 ]; then
- # Stupid Docker.
- echo "127.0.0.1 localhost.localdomain" >> /etc/hosts
-
- # Drop privileges by re-running this script.
- exec su worker $0
-fi
+source $(dirname "$0")/tools.sh
# Fetch artifact if needed.
fetch_dist