mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 08:48:06 +08:00
opt some
This commit is contained in:
parent
009ed2c1ae
commit
981562c7ed
5
go.mod
5
go.mod
@ -3,7 +3,6 @@ module shylinux.com/x/contexts
|
||||
go 1.13
|
||||
|
||||
require (
|
||||
shylinux.com/x/ice v1.5.33
|
||||
shylinux.com/x/icebergs v1.9.33
|
||||
shylinux.com/x/toolkits v1.0.12
|
||||
shylinux.com/x/ice v1.5.34
|
||||
shylinux.com/x/icebergs v1.9.36
|
||||
)
|
||||
|
8
go.sum
8
go.sum
@ -2,10 +2,10 @@ shylinux.com/x/go-git/v5 v5.6.7 h1:WD5QSco7m3QooPCgdvQ6/GyGIFPun8C+hex5N41LYlk=
|
||||
shylinux.com/x/go-git/v5 v5.6.7/go.mod h1:Qb0lA+uIrofZg8NQerhYcJHgGWixFqvS6p3aJ/L5Nlk=
|
||||
shylinux.com/x/go-qrcode v0.0.3 h1:RMo+Vidbgq3HatLBj7DDXcTbTLFUwzis5K7TqBkD38U=
|
||||
shylinux.com/x/go-qrcode v0.0.3/go.mod h1:KAbtU+KwiiABMZ/CJ0zh9PI2AX82Uf9rRYcQ4ODm4po=
|
||||
shylinux.com/x/ice v1.5.33 h1:D1HBIC4CZ38oS7m64Eh8mjXg5JV4qlLSgc+iFAkKuuk=
|
||||
shylinux.com/x/ice v1.5.33/go.mod h1:hpfrw94OdRJ0UkZEbJmh0BpZcNX31Zry3j+nxuV2iQg=
|
||||
shylinux.com/x/icebergs v1.9.33 h1:2z1dfr/0RZwpTeqOSr5gj9yKamFi5Vb8YdUmHbCZpto=
|
||||
shylinux.com/x/icebergs v1.9.33/go.mod h1:zLsVvLKuFEyFRwKoa3li75nSqbJo/GVIYacAQVdTsxA=
|
||||
shylinux.com/x/ice v1.5.34 h1:3EU0YszpaZb+D89U4xFsAWG6YpSBKgcrIDZe7fFAB/A=
|
||||
shylinux.com/x/ice v1.5.34/go.mod h1:0YBerr6yucFxZT/y51waJdncaKLvCbk+S4K9Sg8nFtI=
|
||||
shylinux.com/x/icebergs v1.9.36 h1:Di0M78cYFp/mHaB9bwIGU/2mqn7WJ02LG6ld6njr9QI=
|
||||
shylinux.com/x/icebergs v1.9.36/go.mod h1:zLsVvLKuFEyFRwKoa3li75nSqbJo/GVIYacAQVdTsxA=
|
||||
shylinux.com/x/toolkits v0.7.10/go.mod h1:CHDJarGlDkg60kVsvMLYL/a5hAnRLEOShiEsMOuEp0Q=
|
||||
shylinux.com/x/toolkits v1.0.12 h1:dwskBNtOLBfis1XtjEGfJhrjBXiwga3M/wNCERsXsyo=
|
||||
shylinux.com/x/toolkits v1.0.12/go.mod h1:CHDJarGlDkg60kVsvMLYL/a5hAnRLEOShiEsMOuEp0Q=
|
||||
|
@ -1,6 +1,7 @@
|
||||
# source {{.Option "pwd"}}/etc/local.sh
|
||||
|
||||
# for p in `ls {{.Option "pwd"}}/../*/etc/local.sh`; do source $p; done
|
||||
|
||||
su - {{.Option "user"}} -c 'cd {{.Option "pwd"}} && ./bin/ice.bin forever start {{.Option "args"}} &'
|
||||
su - {{.Option "user"}} -c 'cd {{.Option "pwd"}} && {{.Option "pwd"}}/bin/ice.bin forever start {{.Option "args"}} &'
|
||||
|
||||
for p in `ls {{.Option "pwd"}}/usr/local/work/*/etc/local.sh`; do source $p; done
|
Loading…
x
Reference in New Issue
Block a user