mirror of
https://github.com/xcat2/xcat-core.git
synced 2026-05-12 01:14:18 +00:00
606ac46dd0
exec function call will take over all the process, lead to no chance to continue the work within the script, this patch use sleep function call from perl library instead. Close-issue: #1801