Skip to content

Commit b9b58df

Browse files
authored
Update main.cr
1 parent 8901997 commit b9b58df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HackerOS-Updater/main.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def enable_automatic_updates
8787
SCRIPT
8888

8989
File.write(AUTO_SCRIPT_PATH, auto_script)
90-
FileUtils.chmod(AUTO_SCRIPT_PATH, 0o755)
90+
File.chmod(AUTO_SCRIPT_PATH, 0o755)
9191

9292
# Add to crontab
9393
current_crontab = `crontab -l`

0 commit comments

Comments
 (0)