From 7d2f5e56bd3d24852bbcfd9f0fe704e9fff32f5d Mon Sep 17 00:00:00 2001 From: Marco Mariani <marco.mariani@nexedi.com> Date: Wed, 4 Sep 2013 10:10:47 +0200 Subject: [PATCH] typos --- windows/scripts/slapos-cleanup.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/windows/scripts/slapos-cleanup.sh b/windows/scripts/slapos-cleanup.sh index 9ba8826..ba85055 100755 --- a/windows/scripts/slapos-cleanup.sh +++ b/windows/scripts/slapos-cleanup.sh @@ -1,6 +1,6 @@ #! /bin/bash # -# When uninstall slapos, it will be called by uninstaller. Root right +# When uninstalling slapos, it will be called by uninstaller. Root right # required to run this script. # # /bin/bash/ --login -i pre-uninstall.sh @@ -36,7 +36,7 @@ readonly -f slapos_kill_process # for name in ${re6stnet_service_name} ${cron_service_name} \ ${syslog_service_name} ${cygserver_service_name} ; do - echo "Removing ervice $name" + echo "Removing service $name" cygrunsrv -R $name && echo OK. done @@ -44,7 +44,7 @@ done # Stop slapos # if [[ -x /opt/slapos/bin/slapos ]] ; then - echo "Stoping slapos node ..." + echo "Stopping slapos node ..." /opt/slapos/bin/slapos node stop all && echo OK. fi slapos_kill_process /usr/bin/python2.7 @@ -78,7 +78,7 @@ echo "Removing ${_filename}" rm -rf ${_filename} && echo OK. # -# Remove default instance root and software root, because it belong to +# Remove default instance root and software root, because they belong to # slapuser, and would not be removed by the windows uninstaller. # [[ -f /srv/slapgrid ]] && echo "Removing /srv/slapgrid" && rm -rf /srv/slapgrid && echo OK. -- 2.30.9