mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 15:10:38 +01:00
10 lines
No EOL
305 B
Bash
Executable file
10 lines
No EOL
305 B
Bash
Executable file
#!/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 |