mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 03:39:55 +00:00
no single quotes
This commit is contained in:
parent
8e38910dd8
commit
b651dc845b
@ -20,7 +20,7 @@
|
||||
});
|
||||
|
||||
// determine if "--use-tls"-flag was provided
|
||||
config["tls"] = process.argv.indexOf(`--use-tls`) > 0;
|
||||
config["tls"] = process.argv.indexOf("--use-tls") > 0;
|
||||
}
|
||||
|
||||
function getServerConfig(url) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user