summaryrefslogtreecommitdiffstats
path: root/server_wizard/scripts/check_config.sh
diff options
context:
space:
mode:
Diffstat (limited to 'server_wizard/scripts/check_config.sh')
-rwxr-xr-xserver_wizard/scripts/check_config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/server_wizard/scripts/check_config.sh b/server_wizard/scripts/check_config.sh
index f44bd42c..512fd7da 100755
--- a/server_wizard/scripts/check_config.sh
+++ b/server_wizard/scripts/check_config.sh
@@ -28,7 +28,7 @@
# checking if the provided domain value is correct :
# strip the @, need at least a dot
-echo_debug "$(date) begin $0"
+echo_debug "$(/bin/date) begin $0"
fic=/etc/sysconfig/mdk_serv
if [ ! -f "$fic" ] ;then