OSDN Git Service

[fix] : Fixed message.
authorhayao <shun819.mail@gmail.com>
Sun, 29 Mar 2020 02:51:09 +0000 (11:51 +0900)
committerhayao <shun819.mail@gmail.com>
Sun, 29 Mar 2020 02:51:09 +0000 (11:51 +0900)
build.sh

index 9f24abb..d0c43a4 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -50,7 +50,7 @@ mkalteriso="${script_path}/system/mkalteriso"
 build_pacman_conf=${script_path}/system/pacman.conf
 
 # Load config file
-[[ -f ./config ]] && source config; echo "The settings have been overwritten by the config file."
+[[ -f ./config ]] && source config
 
 umask 0022
 
@@ -669,6 +669,10 @@ if [[ ${EUID} -ne 0 ]]; then
 fi
 
 
+# Show config message
+[[ -f ./config ]] && echo "The settings have been overwritten by the config file."
+
+
 # Parse options
 set +eu