fixing wiki link if no config.ini is found.
This commit is contained in:
parent
363848590b
commit
9d1016e383
2
index.js
2
index.js
|
@ -113,6 +113,6 @@ if (fs.existsSync('./config.ini')) {
|
|||
|
||||
} else {
|
||||
console.log("Please create a config.ini");
|
||||
console.log("See https://wiki.vanderwarker.family/doku.php?id=code:nostrsms:install:start");
|
||||
console.log("See https://wiki.vanderwarker.family/doku.php?id=code:nostrsms:install");
|
||||
console.log("and choose your preferred install method.");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user