Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion scripts/attach-static-vdis
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#
# attach-static-vdis Attaches any statically-configured VDIs to dom0

shopt -s nullglob

STATE_DIR=/etc/xensource/static-vdis

[ -d ${STATE_DIR} ] || exit 0
Expand Down Expand Up @@ -52,7 +54,7 @@ start() {
clear_stale_state
attach_all
RC=$?
echo
echo
return $RC
}

Expand Down
Loading