parent
32d5d6e060
commit
8ec8a258c3
|
@ -32,7 +32,7 @@ curl() {
|
||||||
|
|
||||||
systemd_cat_config() {
|
systemd_cat_config() {
|
||||||
if systemd-analyze --help | grep -qw 'cat-config'; then
|
if systemd-analyze --help | grep -qw 'cat-config'; then
|
||||||
systemd-analyze cat-config "$@"
|
systemd-analyze --no-pager cat-config "$@"
|
||||||
else
|
else
|
||||||
echo "${red}warning: ${green}The systemd version on the current operating system is too low."
|
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}"
|
echo "${red}warning: ${green}Please consider to upgrade the systemd or the operating system.${reset}"
|
||||||
|
|
Loading…
Reference in New Issue