From b3af42095b67f734d61d2cca55a81e6a6a577b00 Mon Sep 17 00:00:00 2001 From: Aaronstar-McClure Date: Thu, 22 Feb 2018 13:28:38 -0500 Subject: [PATCH 1/2] clean up useless files added the following block to the install script: rm -r discord-bot-master/ rm Dockerfile rm CONTRIBUTING.md rm README.md rm /config/.gitignore rm CODE_OF_CONDUCT.md NOTE licence.md was left in on purpose. Also, it seems the .config folder is created by the bot on startup. most likely it watches the configs file for changes and auto reloads From 1afce276381f943dae0eddfe8c4e80683ba5b65a Mon Sep 17 00:00:00 2001 From: Aaronstar-McClure Date: Thu, 22 Feb 2018 13:34:14 -0500 Subject: [PATCH 2/2] retrying previous cleanup, for some reason, nothing changed... --- discordbots/ATLbot/egg-a-t-l-bot.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/discordbots/ATLbot/egg-a-t-l-bot.json b/discordbots/ATLbot/egg-a-t-l-bot.json index 2199d751..9a830410 100644 --- a/discordbots/ATLbot/egg-a-t-l-bot.json +++ b/discordbots/ATLbot/egg-a-t-l-bot.json @@ -3,7 +3,7 @@ "meta": { "version": "PTDL_v1" }, - "exported_at": "2018-02-22T12:55:13-05:00", + "exported_at": "2018-02-22T13:32:44-05:00", "name": "ATLBot", "author": "jfeldt19@gmail.com", "description": "ATLbot in ptero\r\n\r\nhttps:\/\/github.com\/ATLauncher\/discord-bot\/", @@ -17,7 +17,7 @@ }, "scripts": { "installation": { - "script": "apk add --no-cache openssl\r\n\r\ncd \/mnt\/server\r\n\r\nwget https:\/\/github.com\/ATLauncher\/discord-bot\/archive\/master.zip\r\n\r\nunzip master.zip\r\n\r\nrm master.zip\r\n\r\nmv discord-bot-master\/* .\/\r\n\r\nmv config\/config.json.example config\/config.json\r\n\r\n\/usr\/local\/bin\/npm install --production\r\n\r\n\/usr\/local\/bin\/npm run build", + "script": "apk add --no-cache openssl\r\n\r\ncd \/mnt\/server\r\n\r\nwget https:\/\/github.com\/ATLauncher\/discord-bot\/archive\/master.zip\r\n\r\nunzip master.zip\r\n\r\nrm master.zip\r\n\r\nmv discord-bot-master\/* .\/\r\n\r\nmv config\/config.json.example config\/config.json\r\n\r\n\/usr\/local\/bin\/npm install --production\r\n\r\n\/usr\/local\/bin\/npm run build\r\n\r\nrm -r discord-bot-master\/\r\nrm Dockerfile\r\nrm CONTRIBUTING.md\r\nrm README.md\r\nrm \/config\/.gitignore\r\nrm CODE_OF_CONDUCT.md", "container": "node:8.9-alpine", "entrypoint": "ash" }