Do not rsync opkg_commnds to local file systems: this sync is not needed.
This commit is contained in:
parent
c09682ea33
commit
3223c430be
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user