amended paths to zuper and zuper.init

This commit is contained in:
KatolaZ 2017-06-24 07:42:35 +01:00
parent dc4615dcfc
commit a7e32cbf4e
5 changed files with 10 additions and 10 deletions

View File

@ -26,8 +26,8 @@ CMD=`basename $0`
return 1
}
source ${DIR}/zuper
source ${DIR}/zuper.init
source ${DIR}/zuper/zuper
source ${DIR}/zuper/zuper.init
DEBUG=1

4
init
View File

@ -22,9 +22,9 @@ QUIET=0
DEBUG=0
SYS=`dirname $0`
source $SYS/zuper
source $SYS/zuper/zuper
source $SYS/zuper.init
source $SYS/zuper/zuper.init
act "Initializing Webnomad"

4
lock
View File

@ -21,9 +21,9 @@
# full path to webnomad's system
R="`pwd`"
SYS="$R/webnomad"
source $SYS/zuper
source $SYS/zuper/zuper
source $SYS/zuper.init
source $SYS/zuper/zuper.init
source $R/config.zsh

View File

@ -21,10 +21,10 @@
# full path to webnomad's system
R="`pwd`"
SYS="$R/webnomad"
source $SYS/zuper
source $SYS/zuper/zuper
vars=(BROWSER TIME_FORMAT OUTPUT_FORMAT SYS)
vars=(views BROWSER_WINDOW_ID)
source $SYS/zuper.init
source $SYS/zuper/zuper.init
source $R/config.zsh

4
theme
View File

@ -31,13 +31,13 @@ CMD="`basename $0`"
QUIET=0
DEBUG=0
source ${DIR}/zuper
source ${DIR}/zuper/zuper
{ test -r config.zsh } || {
error "Directory not configured for WebNomad. First use ./webnomad/init"
return 1 }
source ${DIR}/zuper.init
source ${DIR}/zuper/zuper.init
source config.zsh