mirror of
https://github.com/SynologyOpenSource/pkgscripts-ng.git
synced 2025-07-23 02:55:16 +00:00
14 lines
200 B
Bash
Executable File
14 lines
200 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [ -z "$__INCLUDE_CONFIG__" ]; then
|
|
__INCLUDE_CONFIG__=defined
|
|
|
|
if [ -z "$IS_GIT_SERVER" ]; then
|
|
Source "include/variable"
|
|
fi
|
|
|
|
Source "include/projects"
|
|
|
|
fi # header guard
|
|
# vim:ft=sh
|