Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adrelanos committed Dec 25, 2023
1 parent 2dc0dd4 commit b0d6e4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usr/libexec/setup-dist/ft_m_end
Expand Up @@ -46,8 +46,8 @@ maybe_start_systemcheck() {
fi
echo "INFO: Starting $systemcheck_bin..."

exit_code="0"
"$systemcheck_bin" || { exit_code="$?" ; true; };
exit_code="0"
sudo -u "$SUDO_USER" "$systemcheck_bin" || { exit_code="$?" ; true; };

echo "INFO: End of $systemcheck_bin. You can always start $systemcheck_bin again with:
$systemcheck_bin"
Expand Down

0 comments on commit b0d6e4a

Please sign in to comment.