aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2019-03-31 18:02:01 +0200
committeryalh76 <yalh@yahoo.com>2019-03-31 18:02:01 +0200
commitd9c52a27d2fb703bf9db984d13f7c74e32b8bfbc (patch)
tree9badd24fe54b5ff9a67892eecee60c63c87a8d74 /scripts
parent0efc6dc766b4cc86fecf00f0e1b6a2ddab5dea5b (diff)
downloadmastodon_ynh-d9c52a27d2fb703bf9db984d13f7c74e32b8bfbc.tar.gz
mastodon_ynh-d9c52a27d2fb703bf9db984d13f7c74e32b8bfbc.tar.bz2
mastodon_ynh-d9c52a27d2fb703bf9db984d13f7c74e32b8bfbc.zip
Fix bug generated by ynh_install_extra_repo
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ynh_add_secure_repos__22
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ynh_add_secure_repos__2 b/scripts/ynh_add_secure_repos__2
index 39bc21b..7db7843 100644
--- a/scripts/ynh_add_secure_repos__2
+++ b/scripts/ynh_add_secure_repos__2
@@ -143,7 +143,7 @@ ynh_install_extra_repo () {
else
local key_ext=gpg
fi
- wget -q "$key" -O - | gpg --dearmor | $wget_append /etc/apt/trusted.gpg.d/$name.$key_ext
+ wget -q "$key" -O - | gpg --dearmor | $wget_append /etc/apt/trusted.gpg.d/$name.$key_ext > /dev/null
fi
# Update the list of package with the new repo