From 7852c59d85425835845fe373a7d13f3746700d36 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Mon, 6 May 2024 17:12:34 -0400 Subject: [PATCH] move script for private, allow list --- .../kvmhost/files/simple/usr/local/bin/savannah-virsh | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/roles/kvmhost/files/simple/usr/local/bin/savannah-virsh b/roles/kvmhost/files/simple/usr/local/bin/savannah-virsh index 773c2c6..634847e 100755 --- a/roles/kvmhost/files/simple/usr/local/bin/savannah-virsh +++ b/roles/kvmhost/files/simple/usr/local/bin/savannah-virsh @@ -1,10 +1,10 @@ #!/bin/bash -# This follows the GNU license recommendations at +# We follow the GNU license recommendations at # https://www.gnu.org/licenses/license-recommendations.en.html. They # recommend that small programs, < 300 lines, be licensed under the # Apache License 2.0. This file contains or is part of one or more small -# programs. If a small program grows beyond 300 lines, I plan to switch -# its license to GPL. +# programs. You should expect the license to be switched to GPL if it +# grows large enough. # Copyright 2024 Free Software Foundation @@ -23,6 +23,10 @@ ## Managed by Ansible, changes will be overwritten ## + + + + set -eE -o pipefail trap 'echo "$0:$LINENO:error: \"$BASH_COMMAND\" returned $?" >&2' ERR -- 2.25.1