X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fgeode-native%2Fapache-geode-native-slave%2Fslave_setup.sh;h=4b216c1bc6a658248e0414c7bb899c67a5809ee0;hb=e94166c83b70f3066bb5f30a9af7c10f849953b3;hp=3dc2c5d37fe9c0e4ef836bc26060265f12240ed8;hpb=2eac1f46430940591b077e6a0b0f60a2680bcbb3;p=infra%2Fcicd.git diff --git a/jjb/geode-native/apache-geode-native-slave/slave_setup.sh b/jjb/geode-native/apache-geode-native-slave/slave_setup.sh index 3dc2c5d3..4b216c1b 100755 --- a/jjb/geode-native/apache-geode-native-slave/slave_setup.sh +++ b/jjb/geode-native/apache-geode-native-slave/slave_setup.sh @@ -160,7 +160,7 @@ case ${ID,,} in try=0 while sudo lsof ${DPKG_LOCK} > /dev/null 2>&1 ; do echo "DPKG file locked: ${DPKG_LOCK}." - echo " Waiting for another pkg instalaltion process to finish ..." + echo " Waiting for another pkg installation process to finish ..." sleep 10 if [[ ${try} -gt 60 ]] ; then echo "ERROR: Max number of re-tries reached, exiting..."