radames commited on
Commit
c624e5d
·
1 Parent(s): 56a69ec

Update run.sh

Browse files
Files changed (1) hide show
  1. run.sh +1 -1
run.sh CHANGED
@@ -1,4 +1,4 @@
1
  #!/bin/bash
2
  set -e
3
- code tunnel --accept-server-license-terms &&
4
  python app.py
 
1
  #!/bin/bash
2
  set -e
3
+ code tunnel --accept-server-license-terms &
4
  python app.py