mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
Compare commits
2 Commits
d99399009c
...
f4c8094ad8
| Author | SHA1 | Date | |
|---|---|---|---|
| f4c8094ad8 | |||
| 04247c6ca1 |
@@ -5,7 +5,7 @@ in
|
||||
{
|
||||
services.nextcloud = {
|
||||
enable = true;
|
||||
package = pkgs.nextcloud20;
|
||||
package = pkgs.nextcloud21;
|
||||
|
||||
https = true;
|
||||
|
||||
|
||||
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user