diff options
author | Christian Hesse <mail@eworm.de> | 2023-02-13 10:26:09 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-02-13 21:10:35 +0100 |
commit | ad75d6e031ae47b66d30e47e422d04a41e591653 (patch) | |
tree | b58c895e1e84cf644e912f3fa8bf40efa72a2ad9 /README.md | |
parent | f5d872a99003a5d30983cbc6a90025cea3185d10 (diff) |
README: give hint about converting line endings
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -100,6 +100,11 @@ Save changes and exit with `Ctrl-o`. ![screenshot: edit global-config-overlay](README.d/05-edit-global-config-overlay.avif) +> ℹ️ **Info**: It is recommended to edit the configuration using the command +> line interface. If using Winbox on Windows OS, the line endings may be +> missing. To fix this, use the below (to load global functions), then run: +> `/system/script/set source=[ $Unix2Dos [ get global-config-overlay source ] ] global-config-overlay;` + And finally load configuration and functions and add the scheduler. /system/script { run global-config; run global-functions; }; |