mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-21 04:41:53 +02:00
use title for user sites
This commit is contained in:
parent
3a50c14d2f
commit
bb666b5e1a
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ puppeteer
|
||||||
layoutBackgroundHeaderSpace: false\n\
|
layoutBackgroundHeaderSpace: false\n\
|
||||||
\r---\n";
|
\r---\n";
|
||||||
|
|
||||||
var dir = usersFolderPath + users[i].title.replaceAll("/", "-");
|
var dir = usersFolderPath + users[i].url.split("//").at(1).replaceAll('/', '');
|
||||||
|
|
||||||
if (!fs.existsSync(dir)) {
|
if (!fs.existsSync(dir)) {
|
||||||
fs.mkdirSync(dir);
|
fs.mkdirSync(dir);
|
||||||
|
|
Loading…
Add table
Reference in a new issue