mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2025-01-09 15:28:14 +01:00
KASM-2478 Maximize tor by default. Allow environment var to override
This commit is contained in:
parent
beb70e161f
commit
b2538694c4
@ -2,7 +2,8 @@
|
|||||||
set -ex
|
set -ex
|
||||||
START_COMMAND="$HOME/tor-browser/tor-browser_en-US/Browser/start-tor-browser"
|
START_COMMAND="$HOME/tor-browser/tor-browser_en-US/Browser/start-tor-browser"
|
||||||
PGREP="firefox.real"
|
PGREP="firefox.real"
|
||||||
export MAXIMIZE="false"
|
MAXIMIZE=${MAXIMIZE:-"true"}
|
||||||
|
export MAXIMIZE=$MAXIMIZE
|
||||||
MAXIMIZE_SCRIPT=$STARTUPDIR/maximize_window.sh
|
MAXIMIZE_SCRIPT=$STARTUPDIR/maximize_window.sh
|
||||||
DEFAULT_ARGS="--detach --allow-remote --new-tab"
|
DEFAULT_ARGS="--detach --allow-remote --new-tab"
|
||||||
ARGS=${APP_ARGS:-$DEFAULT_ARGS}
|
ARGS=${APP_ARGS:-$DEFAULT_ARGS}
|
||||||
|
Loading…
Reference in New Issue
Block a user