File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ DESC="Domoticz Home Automation System"
16
16
NAME=domoticz
17
17
USERNAME=pi
18
18
DAEMON=/home/$USERNAME /domoticz/$NAME
19
- # DAEMON_ARGS="-daemon -www 8080 -log /tmp/domoticz.txt"
20
- # DAEMON_ARGS="-daemon -www 8080 -syslog"
21
- DAEMON_ARGS=" -daemon -www 8080"
19
+ # DAEMON_ARGS="-daemon -www 8080 -sslwww 443 - log /tmp/domoticz.txt"
20
+ # DAEMON_ARGS="-daemon -www 8080 -sslwww 443 - syslog"
21
+ DAEMON_ARGS=" -daemon -www 8080 -sslwww 443 "
22
22
PIDFILE=/var/run/$NAME .pid
23
23
SCRIPTNAME=/etc/init.d/$NAME
24
24
Original file line number Diff line number Diff line change 74
74
rm ${archive_file} .sha256sum
75
75
fi
76
76
77
- tar -zcf ${archive_file} domoticz History.txt License.txt svnversion.h domoticz.sh --exclude .svn www/ scripts/ Config/
77
+ tar -zcf ${archive_file} domoticz History.txt License.txt svnversion.h domoticz.sh server_cert.pem --exclude .svn www/ scripts/ Config/
78
78
if [ $? -ne 0 ]
79
79
then
80
80
echo " Error creating archive!" ;
Original file line number Diff line number Diff line change 74
74
rm ${archive_file} .sha256sum
75
75
fi
76
76
77
- tar -zcf ${archive_file} domoticz History.txt License.txt svnversion.h domoticz.sh --exclude .svn www/ scripts/ Config/
77
+ tar -zcf ${archive_file} domoticz History.txt License.txt svnversion.h domoticz.sh server_cert.pem --exclude .svn www/ scripts/ Config/
78
78
if [ $? -ne 0 ]
79
79
then
80
80
echo " Error creating archive!" ;
You can’t perform that action at this time.
0 commit comments