pull/162/head
IceCodeNew 2020-10-12 14:29:31 +08:00
parent 32d5d6e060
commit 9827bf9b1f
1 changed files with 1 additions and 1 deletions

View File

@ -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}"