File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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/
64
+ tar -zcf ${archive_file} domoticz History.txt License.txt domoticz.sh server_cert.pem updatebeta updaterelease www/ scripts/ Config/ plugins/
65
65
if [ $? -ne 0 ]
66
66
then
67
67
echo " Error creating archive!..." ;
Original file line number Diff line number Diff line change 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/
64
+ tar -zcf ${archive_file} domoticz History.txt License.txt domoticz.sh server_cert.pem updatebeta updaterelease www/ scripts/ Config/ plugins/
65
65
if [ $? -ne 0 ]
66
66
then
67
67
echo " Error creating archive!..." ;
You can’t perform that action at this time.
0 commit comments