fix: add absent semicolon and stderr redirection

This commit is contained in:
Ben Grande 2024-12-23 15:51:00 +01:00
parent c713bd3e6a
commit 972ca1f8dc
No known key found for this signature in database
GPG Key ID: 00C64E14F51F9E56
2 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,7 @@ The application to open can be specified with environment variables:
case "${me}" in case "${me}" in
*-terminal) service="${QVM_TERMINAL:-"qubes-run-terminal"}";; *-terminal) service="${QVM_TERMINAL:-"qubes-run-terminal"}";;
*-file-manager) service="${QVM_FILE_MANAGER:-"qubes-open-file-manager"}";; *-file-manager) service="${QVM_FILE_MANAGER:-"qubes-open-file-manager"}";;
*) printf '%s\n' "Invalid script name: ${me}" exit 1 ;; *) printf '%s\n' "Invalid script name: ${me}" >&2; exit 1 ;;
esac esac

View File

@ -40,6 +40,7 @@ prefs:
- vcpus: 1 - vcpus: 1
- memory: 400 - memory: 400
- maxmem: 500 - maxmem: 500
- provides-network: True
- autostart: False - autostart: False
- include_in_backups: True - include_in_backups: True
features: features: