From c3fa5d1217312665191af495156d681632e2163d Mon Sep 17 00:00:00 2001 From: IceCodeNew <32576256+IceCodeNew@users.noreply.github.com> Date: Sat, 17 Oct 2020 21:13:09 +0800 Subject: [PATCH] Chore --- install-release.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install-release.sh b/install-release.sh index 66d168c..a3bf72f 100644 --- a/install-release.sh +++ b/install-release.sh @@ -33,12 +33,14 @@ curl() { systemd_cat_config() { if systemd-analyze --help | grep -qw 'cat-config'; then systemd-analyze --no-pager cat-config "$@" + echo else echo "${aoi}~~~~~~~~~~~~~~~~" cat "$@" "$1".d/* echo "${aoi}~~~~~~~~~~~~~~~~" 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 fi }