diff --git a/fhem/contrib/debianfhemde/scripts/mkfhemnightly b/fhem/contrib/debianfhemde/scripts/mkfhemnightly index 6f42fc2a9..71d7c7b81 100755 --- a/fhem/contrib/debianfhemde/scripts/mkfhemnightly +++ b/fhem/contrib/debianfhemde/scripts/mkfhemnightly @@ -52,7 +52,7 @@ mv fhem-5.8.deb ~/debianfhemde/nightly cd ~/debianfhemde/nightly apt-ftparchive packages . > Packages apt-ftparchive release . > Release -gpg --batch --yes --passphrase anton1142 --output Release.gpg -bas Release +gpg --batch --yes --passphrase --output Release.gpg -bas Release # sync to Amazon S3 Instance # diff --git a/fhem/contrib/debianfhemde/scripts/mkfhemstable b/fhem/contrib/debianfhemde/scripts/mkfhemstable index 2c5a758b0..95ee88836 100755 --- a/fhem/contrib/debianfhemde/scripts/mkfhemstable +++ b/fhem/contrib/debianfhemde/scripts/mkfhemstable @@ -3,4 +3,4 @@ cd ~/debianfhemde/stable apt-ftparchive packages . > Packages apt-ftparchive release . > Release -gpg --batch --yes --passphrase anton1142 --output Release.gpg -bas Release +gpg --batch --yes --passphrase --output Release.gpg -bas Release