mirror of
https://github.com/ben-grande/qusal.git
synced 2024-12-25 07:29:37 -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
|
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
|
||||||
|
|
||||||
|
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user