1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-07 03:50:08 +02:00

🐛 Fix isWriteableFile:atPath

This commit is contained in:
2022-08-11 22:41:47 +02:00
parent 2a9c8e6830
commit 0c59d14da5

View File

@ -16,7 +16,7 @@ class WarningManager {
public let evaluations: [Warning] = [
Warning(
command: {
!FileManager.default.isWritableFile(atPath: "/usr/local/bin/pm81")
!FileManager.default.isWritableFile(atPath: "/usr/local/bin/")
},
name: "`/usr/local/bin` not writable",
titleText: "warnings.helper_permissions.title",