Added delay to adcli-join

This commit is contained in:
Jan-Bulthuis 2025-07-05 13:24:44 +02:00
parent cf4a324617
commit df49791fb7

View File

@ -59,6 +59,7 @@ in
-O $ADCLI_JOIN_OU \
--dont-expire-password=true \
--stdin-password < ${cfg.join.passwordFile}
sleep 3
'';
};