We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 524926d commit d104b98Copy full SHA for d104b98
NotifierBot/Sources/Notifier/main.swift
@@ -22,7 +22,7 @@ let kPermissionsFile = "\(mainDirectory!)/permissions.txt"
22
// The file containing the urls and their settings
23
let kURLListFile = "\(mainDirectory!)/urlwatcher/urls.list"
24
// The url_watcher.sh script that actually performs the monitoring
25
-let kUrlwatchTool = "\(mainDirectory!)/urlwatcher/urlwatcher.sh"
+let kUrlwatchTool = "\(mainDirectory!)/urlwatcher/urlwatcher"
26
// The python screenshot script that takes the screenshot
27
let kScreenshotScript = "\(mainDirectory!)/tools/screenshot.sh"
28
// The telegram.sh script from here: https://github.com/fabianonline/telegram.sh
0 commit comments