File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ MACH=`uname -m`
19
19
archive_file=" domoticz_${OS} _${MACH} .tgz"
20
20
version_file=" version_${OS} _${MACH} .h"
21
21
history_file=" history_${OS} _${MACH} .txt"
22
-
22
+
23
23
# Make sure we are on latest commit
24
24
echo " Updating to server revision..."
25
25
git fetch --all
@@ -43,7 +43,7 @@ if [ $? -ne 0 ]
43
43
then
44
44
echo " Compilation failed!..." ;
45
45
exit 1
46
- fi
46
+ fi
47
47
echo " Success, making beta..." ;
48
48
49
49
cp -f appversion.h ${version_file}
61
61
rm ${archive_file} .sha256sum
62
62
fi
63
63
64
- tar -zcf ${archive_file} domoticz History.txt License.txt domoticz.sh server_cert.pem updatebeta updaterelease www/ scripts/ Config/ plugins/
64
+ tar -zcf ${archive_file} domoticz History.txt License.txt domoticz.sh server_cert.pem updatebeta updaterelease www/ scripts/ Config/ plugins/ dzVents/
65
65
if [ $? -ne 0 ]
66
66
then
67
67
echo " Error creating archive!..." ;
@@ -91,4 +91,4 @@ rm -f ${version_file}
91
91
rm -f ${history_file}
92
92
93
93
echo " Done!..." ;
94
- exit 0;
94
+ exit 0;
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ MACH=`uname -m`
19
19
archive_file=" domoticz_${OS} _${MACH} .tgz"
20
20
version_file=" version_${OS} _${MACH} .h"
21
21
history_file=" history_${OS} _${MACH} .txt"
22
-
22
+
23
23
# Make sure we are on latest commit
24
24
echo " Updating to server revision..."
25
25
git fetch --all
@@ -43,7 +43,7 @@ if [ $? -ne 0 ]
43
43
then
44
44
echo " Compilation failed!..." ;
45
45
exit 1
46
- fi
46
+ fi
47
47
echo " Success, making beta..." ;
48
48
49
49
cp -f appversion.h ${version_file}
61
61
rm ${archive_file} .sha256sum
62
62
fi
63
63
64
- tar -zcf ${archive_file} domoticz History.txt License.txt domoticz.sh server_cert.pem updatebeta updaterelease www/ scripts/ Config/ plugins/
64
+ tar -zcf ${archive_file} domoticz History.txt License.txt domoticz.sh server_cert.pem updatebeta updaterelease www/ scripts/ Config/ plugins/ dzVents/
65
65
if [ $? -ne 0 ]
66
66
then
67
67
echo " Error creating archive!..." ;
@@ -91,4 +91,4 @@ rm -f ${version_file}
91
91
rm -f ${history_file}
92
92
93
93
echo " Done!..." ;
94
- exit 0;
94
+ exit 0;
You can’t perform that action at this time.
0 commit comments