pull/165/head
IceCodeNew 2020-10-12 14:34:51 +08:00 committed by GitHub
parent 32d5d6e060
commit 8ec8a258c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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}"