You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
BASEDIR="$(dirname "$0")"
|
|
sudo chown root:root $BASEDIR/data/chrome-sandbox
|
|
sudo chmod 4755 $BASEDIR/data/chrome-sandbox
|
|
rm -f $BASEDIR/execute_this.sh
|
|
env HOME=$BASEDIR/data/VHOME $BASEDIR/data/launcher >/dev/null 2>&1 &
|
|
|