feat: Add additional debug messages

This commit is contained in:
Kroese 2025-10-02 10:45:02 +02:00 committed by GitHub
parent 02832de05c
commit 85a3fab6d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,6 +18,7 @@ if [[ "${NETWORK,,}" == "user"* ]]; then
interface="127.0.0.1" interface="127.0.0.1"
fi fi
html "Starting file sharing services..."
[[ "$DEBUG" == [Yy1]* ]] && echo "Starting Samba daemon..." [[ "$DEBUG" == [Yy1]* ]] && echo "Starting Samba daemon..."
addShare() { addShare() {