mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2026-07-25 02:59:12 +00: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
1 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,8 @@
|
|||
set -ex
|
||||
START_COMMAND="$HOME/tor-browser/tor-browser_en-US/Browser/start-tor-browser"
|
||||
PGREP="firefox.real"
|
||||
export MAXIMIZE="false"
|
||||
MAXIMIZE=${MAXIMIZE:-"true"}
|
||||
export MAXIMIZE=$MAXIMIZE
|
||||
MAXIMIZE_SCRIPT=$STARTUPDIR/maximize_window.sh
|
||||
DEFAULT_ARGS="--detach --allow-remote --new-tab"
|
||||
ARGS=${APP_ARGS:-$DEFAULT_ARGS}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue