From 390e04a28e14cf987007dad99ec4d1ed3d8b41cc Mon Sep 17 00:00:00 2001 From: Jondy Zhao <jondy.zhao@gmail.com> Date: Fri, 19 Jul 2013 00:54:15 +0800 Subject: [PATCH] Change message format --- windows/scripts/slapos-configure.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/windows/scripts/slapos-configure.sh b/windows/scripts/slapos-configure.sh index d4d24ee..55c8b30 100755 --- a/windows/scripts/slapos-configure.sh +++ b/windows/scripts/slapos-configure.sh @@ -433,10 +433,10 @@ if check_re6stnet_needed ; then fi echo "You can check log files in the /var/log/re6stnet/*.log" if ! check_cygwin_service $re6stnet_service_name ; then - csih_inform "Service $re6stnet_service_name is not running. " - csih_inform "One possible case is that re6stnet service is shutdown in unusual ways, " - csih_inform "and in this case, you can fix it by removing '/var/lib/re6stnet'." - if csih_request "Do you want to let me remove '/var/lib/re6stnet' for you?" ; then + csih_inform "Service $re6stnet_service_name is not running. One possible case" + csih_inform "is that re6stnet service is shutdown in unusual ways, in this case" + csih_inform "you can fix it by removing '/var/lib/re6stnet'." + if csih_request "Do you want to let me remove it for you?" ; then rm -rf /var/lib/re6stnet fi check_cygwin_service $re6stnet_service_name || -- 2.30.9