mirror of
https://github.com/ben-grande/qusal.git
synced 2024-12-24 06:59:26 -05:00
fix: add absent semicolon and stderr redirection
This commit is contained in:
parent
c713bd3e6a
commit
972ca1f8dc
@ -23,7 +23,7 @@ The application to open can be specified with environment variables:
|
||||
case "${me}" in
|
||||
*-terminal) service="${QVM_TERMINAL:-"qubes-run-terminal"}";;
|
||||
*-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
|
||||
|
||||
|
||||
|
@ -40,6 +40,7 @@ prefs:
|
||||
- vcpus: 1
|
||||
- memory: 400
|
||||
- maxmem: 500
|
||||
- provides-network: True
|
||||
- autostart: False
|
||||
- include_in_backups: True
|
||||
features:
|
||||
|
Loading…
Reference in New Issue
Block a user