mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-08-13 14:30:06 +02:00
🐛 Fix isWriteableFile:atPath
This commit is contained in:
@@ -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",
|
||||||
|
Reference in New Issue
Block a user