020afc856f
The domain configs are not checked yet, and not used for anything. Based-on-patch-by: lemoer <git@irrelefant.net>
5 lines
153 B
Bash
Executable File
5 lines
153 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export GLUON_SITE_CONFIG=site.conf
|
|
exec lede/staging_dir/hostpkg/bin/lua -e "print(assert(dofile('scripts/site_config.lua').$1))" 2>/dev/null
|