mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-01 13:49:28 +00:00
Fix thinko.
This commit is contained in:
parent
5895e99d72
commit
357fcc5cee
@ -15,11 +15,11 @@ testawldir() {
|
||||
#
|
||||
# Attempt to locate the AWL directory
|
||||
AWLDIR="${DBADIR}/../../awl"
|
||||
if ! testawldir ; then
|
||||
if ! testawldir "${AWLDIR}"; then
|
||||
AWLDIR="/usr/share/awl"
|
||||
if ! testawldir ; then
|
||||
if ! testawldir "${AWLDIR}"; then
|
||||
AWLDIR="/usr/local/share/awl"
|
||||
if ! testawldir ; then
|
||||
if ! testawldir "${AWLDIR}"; then
|
||||
echo "Unable to find AWL libraries"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user