Skip to content

Commit c674d3c

Browse files
authoredNov 26, 2018
Update startup.sh
Fixed typo in starup.sh to avoid warning
1 parent 1bf1091 commit c674d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.build/startup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fi
3131

3232
cd /opt/hue-emulator
3333

34-
if [ $3 == "true" ]; then
34+
if [ $3=true ]; then
3535
echo -e "\033[33m--Debug set to $3, enabling debug--\033[0m"
3636
sed -i "s|debug = .* #|debug = True # |g" /opt/hue-emulator/HueEmulator3.py
3737
else

0 commit comments

Comments
 (0)
Please sign in to comment.