fi
count=`expr $count + 1`
if test $count = $retries; then
- bbfatal "Tried running groupadd command $retries times without scucess, giving up"
+ bbfatal "Tried running groupadd command $retries times without success, giving up"
fi
sleep $count
done
fi
count=`expr $count + 1`
if test $count = $retries; then
- bbfatal "Tried running useradd command $retries times without scucess, giving up"
+ bbfatal "Tried running useradd command $retries times without success, giving up"
fi
sleep $count
done
rm -f $rootdir${sysconfdir}/gshadow
rm -f $rootdir${sysconfdir}/gshadow-
fi
- bbfatal "Tried running groupmems command $retries times without scucess, giving up"
+ bbfatal "Tried running groupmems command $retries times without success, giving up"
fi
sleep $count
done
fi
count=`expr $count + 1`
if test $count = $retries; then
- bbfatal "Tried running groupdel command $retries times without scucess, giving up"
+ bbfatal "Tried running groupdel command $retries times without success, giving up"
fi
sleep $count
done
fi
count=`expr $count + 1`
if test $count = $retries; then
- bbfatal "Tried running userdel command $retries times without scucess, giving up"
+ bbfatal "Tried running userdel command $retries times without success, giving up"
fi
sleep $count
done
fi
count=`expr $count + 1`
if test $count = $retries; then
- bbfatal "Tried running groupmod command $retries times without scucess, giving up"
+ bbfatal "Tried running groupmod command $retries times without success, giving up"
fi
sleep $count
done
fi
count=`expr $count + 1`
if test $count = $retries; then
- bbfatal "Tried running usermod command $retries times without scucess, giving up"
+ bbfatal "Tried running usermod command $retries times without success, giving up"
fi
sleep $count
done