File: shellhost-variables.config

package info (click to toggle)
gforge 4.5.14-22etch13
  • links: PTS
  • area: main
  • in suites: etch
  • size: 13,004 kB
  • ctags: 11,918
  • sloc: php: 36,047; sql: 29,050; sh: 10,538; perl: 6,496; xml: 3,810; makefile: 341; python: 263; ansic: 256
file content (11 lines) | stat: -rw-r--r-- 270 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
db_fget gforge/shared/shell_host seen || true
if [ "$RET" = "false" ] ; then
    db_get gforge/shared/domain_name
    db_set gforge/shared/shell_host shell.$RET
fi

db_input low gforge/shared/shell_host || true
db_go || true

vars="shell_host"
update_mainconffile $vars