Skip to content

Commit e71bfa8

Browse files
authored
Update setup.sh
1 parent 08ea8b1 commit e71bfa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IoTree_dir/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ chmod -R 644 ./tmp/mosquitto.conf
108108

109109
# build hash3.sh file
110110
echo '#!/bin/sh' >>./tmp/hash3.sh
111-
echo '' >>../tmp/hash3.sh
111+
echo '' >>./tmp/hash3.sh
112112
string="/home/${myvariable}/.passwd"
113113
echo MQTT_PASS_PATH='"'${string}'"' >>./tmp/hash3.sh
114114
string="/home/${myvariable}/.hashing"

0 commit comments

Comments
 (0)