From 526d7711f6e8f59d4efa3e60c041e99a65d8fa23 Mon Sep 17 00:00:00 2001 From: Artem Smirnov Date: Thu, 13 Sep 2018 21:00:08 +0300 Subject: [PATCH] Fix: replace order of license and interpretator string --- assets/gpg_batch.sh | 4 ++-- assets/nginx.conf.sh | 4 ++-- assets/startup.sh | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/assets/gpg_batch.sh b/assets/gpg_batch.sh index 6b9c471..6af2994 100755 --- a/assets/gpg_batch.sh +++ b/assets/gpg_batch.sh @@ -1,8 +1,8 @@ +#! /usr/bin/env bash + # Copyright 2016 Bryan J. Hong # Licensed under the Apache License, Version 2.0 -#! /usr/bin/env bash - cat << EOF > /opt/gpg_batch %echo Generating a GPG key, might take a while Key-Type: RSA diff --git a/assets/nginx.conf.sh b/assets/nginx.conf.sh index e5926c2..c81740b 100755 --- a/assets/nginx.conf.sh +++ b/assets/nginx.conf.sh @@ -1,8 +1,8 @@ +#! /usr/bin/env bash + # Copyright 2016 Bryan J. Hong # Licensed under the Apache License, Version 2.0 -#! /usr/bin/env bash - cat << EOF > /etc/nginx/conf.d/default.conf server_names_hash_bucket_size 64; server { diff --git a/assets/startup.sh b/assets/startup.sh index 2a3efa2..5ca96a9 100755 --- a/assets/startup.sh +++ b/assets/startup.sh @@ -1,9 +1,9 @@ +#! /usr/bin/env bash + # Copyright 2018 Artem B. Smirnov # Copyright 2016 Bryan J. Hong # Licensed under the Apache License, Version 2.0 -#! /usr/bin/env bash - # If the repository GPG keypair doesn't exist, create it. if [[ ! -f /opt/aptly/aptly.sec ]] || [[ ! -f /opt/aptly/aptly.pub ]]; then /opt/gpg_batch.sh