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 8901997 commit b9b58dfCopy full SHA for b9b58df
HackerOS-Updater/main.cr
@@ -87,7 +87,7 @@ def enable_automatic_updates
87
SCRIPT
88
89
File.write(AUTO_SCRIPT_PATH, auto_script)
90
- FileUtils.chmod(AUTO_SCRIPT_PATH, 0o755)
+ File.chmod(AUTO_SCRIPT_PATH, 0o755)
91
92
# Add to crontab
93
current_crontab = `crontab -l`
0 commit comments