fix misplaced comment
This commit is contained in:
parent
45709b510a
commit
c5a8135fdb
@ -290,11 +290,11 @@ case "$command" in
|
|||||||
# Commit template changes
|
# Commit template changes
|
||||||
domain=$(cat "$HOTPLUG_STORE-domain")
|
domain=$(cat "$HOTPLUG_STORE-domain")
|
||||||
if [ "$domain" ]; then
|
if [ "$domain" ]; then
|
||||||
# Dont stop on errors
|
|
||||||
if [ -r /var/lib/qubes/qubes-test.xml -a \
|
if [ -r /var/lib/qubes/qubes-test.xml -a \
|
||||||
"${domain#test-}" != "$domain" ]; then
|
"${domain#test-}" != "$domain" ]; then
|
||||||
export QUBES_XML_PATH=/var/lib/qubes/qubes-test.xml
|
export QUBES_XML_PATH=/var/lib/qubes/qubes-test.xml
|
||||||
fi
|
fi
|
||||||
|
# Dont stop on errors
|
||||||
/usr/bin/qvm-template-commit --offline-mode "$domain" || true
|
/usr/bin/qvm-template-commit --offline-mode "$domain" || true
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user