Managing config shared environment
This commit is contained in:
parent
2480d669b6
commit
5f1dda283b
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
echo ">>> Loading configuration file"
|
echo ">>> Loading configuration file"
|
||||||
sh ./clone.conf || $(echo "<<< error"; exit);
|
source clone.conf || $(echo "<<< error"; exit);
|
||||||
echo "<<< done";
|
echo "<<< done";
|
||||||
|
|
||||||
|
|
||||||
|
@ -172,8 +172,6 @@ step5(){
|
||||||
|
|
||||||
echo "<<< done";
|
echo "<<< done";
|
||||||
|
|
||||||
read -p "next" next;
|
|
||||||
|
|
||||||
step6;
|
step6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
# WIFI SETTINGS
|
# WIFI SETTINGS
|
||||||
export WIFI_SSID="freeboxma";
|
export WIFI_SSID="freeboxma";
|
||||||
|
|
Loading…
Reference in New Issue