mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 15:10:38 +01:00
10 lines
305 B
Bash
10 lines
305 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
###################
|
||
|
# CHECK IF DNS NEEDS SETTING DURING SETUP
|
||
|
# https://github.com/rootzoll/raspiblitz/issues/787
|
||
|
###################
|
||
|
sudo /home/admin/config.scripts/internet.dns.sh test
|
||
|
|
||
|
# TODO: if DNS is not working --> ask in system-loop
|
||
|
# TODO: get size of sd card & free space on sd card
|