diff --git a/systems/makanek/configuration.nix b/systems/makanek/configuration.nix index bc09e9f..58d049c 100644 --- a/systems/makanek/configuration.nix +++ b/systems/makanek/configuration.nix @@ -35,7 +35,7 @@ in count="$(get_count)" - new_count="$(curl -sSL https://praesenzlehre-berlin.org/ | pup '.dk-speakout-signature-count span text{}')" + new_count="$(curl -sSL https://praesenzlehre-berlin.org/ | pup '.dk-speakout-signature-count span text{}' | tr -dc 0-9)" if [ "$new_count" -gt "$count" ]; then diff="$(echo "$new_count - $count" | bc)"