mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-21 06:02:04 -04:00
Add dropdown menu
This commit is contained in:
parent
cefb5bb60a
commit
17d4003e5c
4 changed files with 113 additions and 21 deletions
|
@ -86,5 +86,7 @@ module.exports.autoStart = async (token) => {
|
|||
|
||||
module.exports.stop = async () => {
|
||||
console.log("Stop cloudflared");
|
||||
cloudflared.stop();
|
||||
if (cloudflared) {
|
||||
cloudflared.stop();
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue