allow to run additional site specific commands at the end of util/udall

This commit is contained in:
Mario
2024-03-25 19:47:17 +00:00
parent 9ecd38911e
commit c052b7fa99

View File

@@ -15,3 +15,8 @@ if [ -d extend ] ; then
fi fi
done done
fi fi
# Allow to run additional site specific commands
if [ -f util/udall_extra ]; then
source util/udall_extra
fi