Fulltext results:
- Travian Map Download Script @z:travian
- ==== <code bash> # # database DB_USER="travian" # set this to your database user DB_PASS="travian" # set this to your database password DB_INST="travian" # set this to your database instance # # directories MA... s MYSQL="/srv/mysql/bin/mysql --default-character-set=utf8 -u${DB_USER} -p${DB_PASS} ${DB_INST}" MYSQLD
- base-repo-get-value @z:relax:api:base
- code bash> # # service must be a zone (have $ZONE set) if [ -z "$(base-repo-get-value ${service} ZONE)" ]; then echo "CRITICAL: service '${service}' is no zone (ZONE not set)" >&2 exit 1 fi # </code>
- base-ssh-login @z:relax:api:base
- ''HOST_REF'' (required if ''REMOTE_HOST'' is not set): A key to a host definition in the repository.
- base-exec-user @z:relax:api:base
- ''HOST_REF'' (required if ''REMOTE_HOST'' is not set): A key to a host definition in the repository.