aboutsummaryrefslogtreecommitdiff
path: root/webui-user.sh
AgeCommit message (Collapse)Author
2022-09-30Uppercase for env var LAUNCH_SCRIPTAndrew Savchyn
2022-09-30Configurable launch scriptAndrew Savchyn
2022-09-20Remove default git variables to prevent issuesorionaskatu
2022-09-20Comment variables with default valuesorionaskatu
2022-09-18Fix bad bad torch command variablesafentisFox
2022-09-18change () to "" in .sh scripts because export AAA=(BBB CCC) sets AAA to BBB ↵AUTOMATIC
and does not export anything whoever put that in .sh files - shame on you
2022-09-15Comment out empty envars in user config.Chris Oelerich
Setting empty envars causes the `os.environ.get('ENVAR', "some default")` pattern in launch.py to ignore it's fallback value.
2022-09-14rewrite for launch.py - untestedorionaskatu
2022-09-14install/launch scripts for linuxorionaskatu