This commit is contained in:
USER
2024-07-26 23:08:38 +01:00
parent c71a316fca
commit a637390681
2 changed files with 14 additions and 5 deletions

9
fixes/0-env Executable file
View File

@ -0,0 +1,9 @@
HOME=~
export HOME
STHOMEDIR=~
export STHOMEDIR
STGUIADDRESS=0.0.0.0:8384
export STGUIADDRESS

View File

@ -1,8 +1,8 @@
#!/bin/sh #!/bin/sh
. /static/fixes/0-env . /zz/zShared/fixes/0-env
sh -x /static/fixes/1-defaults sh -x /zz/zShared/fixes/1-defaults
sh -x /static/fixes/1-machines2 sh -x /zz/zShared/fixes/1-machines
sh -x /static/fixes/1-pushfolders sh -x /zz/zShared/fixes/1-pushfolders
sh -x /static/fixes/3-fixlocalfolders sh -x /zz/zShared/fixes/3-fixlocalfolders