Managing config shared environment

This commit is contained in:
xdrm-brackets 2017-01-25 17:01:26 +01:00
parent 2480d669b6
commit 5f1dda283b
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
echo ">>> Loading configuration file"
sh ./clone.conf || $(echo "<<< error"; exit);
source clone.conf || $(echo "<<< error"; exit);
echo "<<< done";
@ -172,8 +172,6 @@ step5(){
echo "<<< done";
read -p "next" next;
step6;
}

View File

@ -1,3 +1,4 @@
#!/bin/sh
# WIFI SETTINGS
export WIFI_SSID="freeboxma";