From 15f6eb86165a2f15306684086652fd95879298de Mon Sep 17 00:00:00 2001 From: Moe Date: Wed, 10 Aug 2022 22:42:02 -0700 Subject: [PATCH] remove cron key warning --- libs/config.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/libs/config.js b/libs/config.js index 28357394..2b50cb23 100644 --- a/libs/config.js +++ b/libs/config.js @@ -216,12 +216,5 @@ module.exports = function(s){ } ] } - if(config.cron.key === 'change_this_to_something_very_random__just_anything_other_than_this'){ - console.error('!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!') - console.error('!! Change your cron key in your conf.json. !!') - console.error(`!! If you're running Shinobi remotely you should do this now. !!`) - console.error('!! You can do this in the Super User panel or from terminal. !!') - console.error('!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!') - } return config }