Skip to content

Commit ced79a3

Browse files
committed
updated scripts
1 parent b7604a7 commit ced79a3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

domoticz.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ DESC="Domoticz Home Automation System"
1616
NAME=domoticz
1717
USERNAME=pi
1818
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"
2222
PIDFILE=/var/run/$NAME.pid
2323
SCRIPTNAME=/etc/init.d/$NAME
2424

makebeta

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ then
7474
rm ${archive_file}.sha256sum
7575
fi
7676

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/
7878
if [ $? -ne 0 ]
7979
then
8080
echo "Error creating archive!";

makerelease

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ then
7474
rm ${archive_file}.sha256sum
7575
fi
7676

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/
7878
if [ $? -ne 0 ]
7979
then
8080
echo "Error creating archive!";

0 commit comments

Comments
 (0)