mirror of
https://github.com/unraid/webgui.git
synced 2026-04-27 21:40:20 -05:00
Fix error message on own line
This commit is contained in:
@@ -3,7 +3,7 @@ DISABLE="no"
|
||||
source /boot/config/domain.cfg
|
||||
if [ $DISABLE == "yes" ]
|
||||
then
|
||||
printf '%s\n' "Start/autostart is disabled in VM settings." >&2 ## Send message to stderr.
|
||||
printf '\n%s\n' "Start/autostart is disabled in VM settings." >&2 ## Send message to stderr.
|
||||
exit 1 ;
|
||||
fi
|
||||
eval exec /usr/bin/qemu-system-x86_64 $(/usr/local/emhttp/plugins/dynamix.vm.manager/scripts/qemu.php "$@")
|
||||
Reference in New Issue
Block a user