mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-10 18:14:27 +02:00
global-functions: $ScriptInstallUpdate: Properly escape question mark
This commit is contained in:
parent
3f12730ed4
commit
148a7f93a6
1 changed files with 1 additions and 1 deletions
|
@ -667,7 +667,7 @@
|
|||
:do {
|
||||
/ system script { run global-config; run global-config-overlay; }
|
||||
} on-error={
|
||||
$LogPrintExit error ("Reloading global configuration and overlay failed! Syntax error?") false;
|
||||
$LogPrintExit error ("Reloading global configuration and overlay failed! Syntax error\?") false;
|
||||
}
|
||||
}
|
||||
:if ($ScriptVal->"name" = "global-functions") do={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue