mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-07-11 02:24:31 +02:00
README: give hint about converting line endings
This commit is contained in:
parent
f5d872a990
commit
ad75d6e031
1 changed files with 5 additions and 0 deletions
|
@ -100,6 +100,11 @@ Save changes and exit with `Ctrl-o`.
|
|||
|
||||

|
||||
|
||||
> ℹ️ **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; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue