Fix: replace order of license and interpretator string

This commit is contained in:
Artem Smirnov 2018-09-13 21:00:08 +03:00
parent a5cbbb8a11
commit 526d7711f6
3 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
#! /usr/bin/env bash
# Copyright 2016 Bryan J. Hong # Copyright 2016 Bryan J. Hong
# Licensed under the Apache License, Version 2.0 # Licensed under the Apache License, Version 2.0
#! /usr/bin/env bash
cat << EOF > /opt/gpg_batch cat << EOF > /opt/gpg_batch
%echo Generating a GPG key, might take a while %echo Generating a GPG key, might take a while
Key-Type: RSA Key-Type: RSA

View File

@ -1,8 +1,8 @@
#! /usr/bin/env bash
# Copyright 2016 Bryan J. Hong # Copyright 2016 Bryan J. Hong
# Licensed under the Apache License, Version 2.0 # Licensed under the Apache License, Version 2.0
#! /usr/bin/env bash
cat << EOF > /etc/nginx/conf.d/default.conf cat << EOF > /etc/nginx/conf.d/default.conf
server_names_hash_bucket_size 64; server_names_hash_bucket_size 64;
server { server {

View File

@ -1,9 +1,9 @@
#! /usr/bin/env bash
# Copyright 2018 Artem B. Smirnov # Copyright 2018 Artem B. Smirnov
# Copyright 2016 Bryan J. Hong # Copyright 2016 Bryan J. Hong
# Licensed under the Apache License, Version 2.0 # Licensed under the Apache License, Version 2.0
#! /usr/bin/env bash
# If the repository GPG keypair doesn't exist, create it. # If the repository GPG keypair doesn't exist, create it.
if [[ ! -f /opt/aptly/aptly.sec ]] || [[ ! -f /opt/aptly/aptly.pub ]]; then if [[ ! -f /opt/aptly/aptly.sec ]] || [[ ! -f /opt/aptly/aptly.pub ]]; then
/opt/gpg_batch.sh /opt/gpg_batch.sh