Commit cc726b31 authored by Vitaly Lipatov's avatar Vitaly Lipatov

functions: add default SUBDIR

parent 05f7bb47
......@@ -29,6 +29,7 @@ load_config() {
TASK="$1"
PKGINSTALL=''
STANDALONE=''
SUBDIR=''
if [ -s "base.task" ] ; then
. ./base.task
......@@ -51,6 +52,7 @@ if [ -z "$STANDALONE" ] ; then
[ -n "$BASENAME" ] && AUSER=${BASENAME}_$NAME
ADOMAIN="$NAME.$DOMAIN"
ACONF="$AUSER"
[ -n "$SUBDIR" ] || SUBDIR="$NAME"
fi
# Не используется:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment