mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2024-11-22 16:13:21 +01:00
Merge branch 'feature/KASM-2478_maximize_tor' into 'develop'
KASM-2478 Maximize tor by default. Allow environment var to override Closes KASM-2478 See merge request kasm-technologies/internal/workspaces-images!57
This commit is contained in:
commit
f5c890ae9b
@ -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