Use configfilemanager to get the real command
All checks were successful
Build / build (push) Successful in 11s

This commit is contained in:
2025-06-07 09:26:15 +02:00
parent ed068875c3
commit 31ec926793
5 changed files with 54 additions and 26 deletions

View File

@@ -5,7 +5,9 @@
#define USER_LOG_LOCATION 3
#define SCAN_CMD_USR "docker exec --user www-data nextcloud /var/www/html/occ files:scan --path="
#define SCAN_CMD_GRP "docker exec --user www-data nextcloud /var/www/html/occ groupfolder:scan "
#define SCAN_CMD_USR "docker exec --user www-data %1% /var/www/html/occ files:scan --path="
#define SCAN_CMD_GRP "docker exec --user www-data %1% /var/www/html/occ groupfolder:scan "
std::vector<std::string> splitString(const std::string& input, char delimiter);
#endif // _LOCATIONS_H