X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=users.sh;h=f60f8a645ff7ae4445737bbf92d58dad8ec913c1;hb=b8a42461bbd21d42576c58ae807f25ac354edfb8;hp=4d7965a57b260f5dc1a50ad4bc3f0411b0c07c0e;hpb=04871f749f90aeaa8bfca07edf5a6cd5d3fac2bf;p=cgilite diff --git a/users.sh b/users.sh index 4d7965a..f60f8a6 100755 --- a/users.sh +++ b/users.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2021 - 2023 Paul Hänsch +# Copyright 2021 - 2024 Paul Hänsch # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -17,8 +17,8 @@ [ -n "$include_users" ] && return 0 include_users="$0" -. "${_EXEC}/cgilite/session.sh" -. "${_EXEC}/cgilite/storage.sh" +. "${_EXEC:-.}/cgilite/session.sh" +. "${_EXEC:-.}/cgilite/storage.sh" SENDMAIL=${SENDMAIL-sendmail}