Created
September 9, 2020 08:30
-
-
Save tutorgaming/24c9c24e118a4fb6354ea94d948bccbf to your computer and use it in GitHub Desktop.
Raspberry Pi Bash Startup Script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FILE=/boot/wifi-setup.yaml | |
if [[ -f "$FILE" ]]; then | |
# Do the copy and apply the netplan profile | |
echo "$FILE exists." | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment