File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ if [ "$y" = "samesame" ]; then
2020fi
2121
2222python3 -m pip install --user virtualenv
23+
2324# entrys
2425echo " <<<--- Hallo to IoTree42 --->>>"
2526echo " ENTER YOUR LINUX USERNAME FOR BUIDING PATHS"
@@ -47,7 +48,6 @@ sudo apt install -y libtiff5
4748sudo apt-get install -y zip
4849
4950
50-
5151# get linux username make password for mqtt get host IP
5252mqttpass=$( < /dev/urandom tr -dc ' 0123456789ABZDEFGHIJKLMOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz' | head -c12)
5353serverip=$( 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
214215chmod -R 700 /home/$myvariable /.ssl/secrets
215216chmod -R 744 /home/$myvariable /.ssl/client
216217chmod -R 744 /home/$myvariable /.ssl/server
You can’t perform that action at this time.
0 commit comments