Skip to content

Commit 12d3dfa

Browse files
DiyouTheAssassin
authored andcommitted
Silence errors in importKeyFromAppImage
Like last commit to prevent unintentional output to the console.
1 parent b59188d commit 12d3dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/updater.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ namespace appimage::update {
484484

485485
std::ostringstream oss;
486486
oss << "'" << gpgPath << "' "
487-
<< "--no-default-keyring --keyring '" << tempKeyRingPath << "' --import";
487+
<< "--no-default-keyring --keyring '" << tempKeyRingPath << "' --import 2>/dev/null";
488488

489489
auto command = oss.str();
490490

0 commit comments

Comments
 (0)