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 54
54
rm ${archive_file} .sha256sum
55
55
fi
56
56
57
- tar -zcf ${archive_file} domoticz History.txt License.txt domoticz.sh server_cert.pem updatebeta updaterelease --exclude .svn www/ scripts/ Config/
57
+ tar -zcf ${archive_file} domoticz History.txt License.txt domoticz.sh server_cert.pem updatebeta updaterelease www/ scripts/ Config/
58
58
if [ $? -ne 0 ]
59
59
then
60
60
echo " Error creating archive!..." ;
Original file line number Diff line number Diff line change 54
54
rm ${archive_file} .sha256sum
55
55
fi
56
56
57
- tar -zcf ${archive_file} domoticz History.txt License.txt domoticz.sh server_cert.pem updatebeta updaterelease --exclude .svn www/ scripts/ Config/
57
+ tar -zcf ${archive_file} domoticz History.txt License.txt domoticz.sh server_cert.pem updatebeta updaterelease www/ scripts/ Config/
58
58
if [ $? -ne 0 ]
59
59
then
60
60
echo " Error creating archive!..." ;
You can’t perform that action at this time.
0 commit comments