Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
IceCodeNew authored Oct 12, 2020
1 parent 32d5d6e commit 8ec8a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ curl() {

systemd_cat_config() {
if systemd-analyze --help | grep -qw 'cat-config'; then
systemd-analyze cat-config "$@"
systemd-analyze --no-pager cat-config "$@"
else
echo "${red}warning: ${green}The systemd version on the current operating system is too low."
echo "${red}warning: ${green}Please consider to upgrade the systemd or the operating system.${reset}"
Expand Down

0 comments on commit 8ec8a25

Please sign in to comment.