Skip to content

Commit

Permalink
Merge pull request tableau#123 from RaspNote/patch-1
Browse files Browse the repository at this point in the history
Server fails to start in Ubuntu 18.04
  • Loading branch information
johng42 authored Aug 6, 2018
2 parents df13224 + c7a1766 commit dcef5b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabpy-server/tabpy_server/startup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
else:
subprocess.Popen(['startup.bat'], cwd=dir_path)

elif sys.platform in ['darwin', 'linux2']:
elif sys.platform in ['darwin', 'linux2', 'linux']:
if len(sys.argv) >= 2:
subprocess.Popen(['sh', './startup.sh', sys.argv[1]])
else:
Expand Down

0 comments on commit dcef5b8

Please sign in to comment.