diff --git a/worker.cpp b/worker.cpp index 2e29618..b9559aa 100644 --- a/worker.cpp +++ b/worker.cpp @@ -880,7 +880,6 @@ bool Worker::syncCustomerRepositoryAndFS() { "--exclude=.* " "--include=*.bin " "--include=*.json " - "--include=opkg_commands " "--include=*.ini"); QStringList cmds; cmds << QString("rsync ") + params.simplified() + " etc/ /etc";