Warn about missing createrepo on suse

Este commit está contenido en:
2022-01-14 01:22:39 -05:00
padre 85ab3712d2
commit ba0be060d9

Ver fichero

@@ -1558,8 +1558,11 @@ main() {
fi
if (( CREATEREPO_SWITCH )); then
if [[ "$ID" == "suse" ]]; then
err "createrepo is not available on SUSE"
exit 1
fi
runCreaterepo
exit $?
fi
if [[ "${#SERVICES[@]}" -gt 0 ]]; then