Skip to content

Commit 9cee0ad

Browse files
committed
Use different launch path
1 parent 96b1e3a commit 9cee0ad

File tree

1 file changed

+2
-2
lines changed
  • tools/launchscripts/ubuntu

1 file changed

+2
-2
lines changed

tools/launchscripts/ubuntu/launch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ function run {
1212
source $FA_HOME/launch.conf
1313

1414
echo Starting application
15-
cd app
16-
$FA_APP_DIR/App
15+
cd $FA_APP_DIR
16+
./App
1717

1818
exit $?
1919
}

0 commit comments

Comments
 (0)