Skip to content

Commit f0f464e

Browse files
authored
Update setup.sh
1 parent 3da8350 commit f0f464e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

IoTree_dir/setup.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ if [ "$y" = "samesame" ]; then
2020
fi
2121

2222
python3 -m pip install --user virtualenv
23+
2324
# entrys
2425
echo "<<<--- Hallo to IoTree42 --->>>"
2526
echo "ENTER YOUR LINUX USERNAME FOR BUIDING PATHS"
@@ -47,7 +48,6 @@ sudo apt install -y libtiff5
4748
sudo apt-get install -y zip
4849

4950

50-
5151
# get linux username make password for mqtt get host IP
5252
mqttpass=$(</dev/urandom tr -dc '0123456789ABZDEFGHIJKLMOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz' | head -c12)
5353
serverip=$(hostname -I)
@@ -211,6 +211,7 @@ cp -r ./tmp/reload3.sh /etc/iotree
211211

212212

213213
# secure files
214+
chown -R $myvariable /home/$myvariable/.ssl
214215
chmod -R 700 /home/$myvariable/.ssl/secrets
215216
chmod -R 744 /home/$myvariable/.ssl/client
216217
chmod -R 744 /home/$myvariable/.ssl/server

0 commit comments

Comments
 (0)