diff options
Diffstat (limited to 'attic')
| -rwxr-xr-x | attic/make-official-release.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/attic/make-official-release.sh b/attic/make-official-release.sh index 2b74f30c..9f1d69d7 100755 --- a/attic/make-official-release.sh +++ b/attic/make-official-release.sh @@ -35,6 +35,8 @@ if [ ! -e "$secret" ]; then exit 1 fi +rm -f *.nfo + for inst in `ls ZeroTierOneInstaller-*-*-*_*_*`; do echo "Found installer: $inst" nfo="$inst.nfo" |
