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