Managing config shared environment
This commit is contained in:
parent
2480d669b6
commit
5f1dda283b
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
# WIFI SETTINGS
|
||||
export WIFI_SSID="freeboxma";
|
||||
|
|
Loading…
Reference in New Issue