10c10 < if [ $AUTO_AUTHDAEMON == "true" ]; then --- > if [ "$AUTO_AUTHDAEMON" == "true" ]; then 41c41 < if [ $AUTO_AUTHDAEMON == "true" ]; then --- > if [ "$AUTO_AUTHDAEMON" == "true" ]; then