1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-13 06:20:07 +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] = [ public let evaluations: [Warning] = [
Warning( Warning(
command: { command: {
!FileManager.default.isWritableFile(atPath: "/usr/local/bin/pm81") !FileManager.default.isWritableFile(atPath: "/usr/local/bin/")
}, },
name: "`/usr/local/bin` not writable", name: "`/usr/local/bin` not writable",
titleText: "warnings.helper_permissions.title", titleText: "warnings.helper_permissions.title",