Do not rsync opkg_commnds to local file systems: this sync is not needed.

This commit is contained in:
Gerhard Hoffmann 2023-09-28 12:00:24 +02:00
parent c09682ea33
commit 3223c430be

View File

@ -880,7 +880,6 @@ bool Worker::syncCustomerRepositoryAndFS() {
"--exclude=.* " "--exclude=.* "
"--include=*.bin " "--include=*.bin "
"--include=*.json " "--include=*.json "
"--include=opkg_commands "
"--include=*.ini"); "--include=*.ini");
QStringList cmds; QStringList cmds;
cmds << QString("rsync ") + params.simplified() + " etc/ /etc"; cmds << QString("rsync ") + params.simplified() + " etc/ /etc";