mirror of
https://github.com/SynologyOpenSource/pkgscripts-ng.git
synced 2025-07-22 00:34:43 +00:00
DSM6.0 toolkit framework
This commit is contained in:
13
include/config
Executable file
13
include/config
Executable file
@ -0,0 +1,13 @@
|
||||
#!/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
|
Reference in New Issue
Block a user