mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2026-07-21 01:07:27 +00:00
KASM-4402 Update maltego startup to utilize maximize script
This commit is contained in:
parent
9ce6d727df
commit
723bb4154c
1 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,8 @@
|
|||
set -ex
|
||||
START_COMMAND="/usr/bin/maltego"
|
||||
PGREP="maltego"
|
||||
export MAXIMIZE="false"
|
||||
export MAXIMIZE="true"
|
||||
export MAXIMIZE_NAME="Maltego"
|
||||
MAXIMIZE_SCRIPT=$STARTUPDIR/maximize_window.sh
|
||||
DEFAULT_ARGS=""
|
||||
ARGS=${APP_ARGS:-$DEFAULT_ARGS}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue