From 530d7ddb0577e6f53bafcc9e31ebafa4dfdf43cb Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Thu, 19 Sep 2024 01:36:48 -0400 Subject: [PATCH] update --- .../Deep Dive: Discord-Linux Automated Container Platform.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/markdown/Deep Dive: Discord-Linux Automated Container Platform.md b/markdown/Deep Dive: Discord-Linux Automated Container Platform.md index fbb696c..209aa7e 100644 --- a/markdown/Deep Dive: Discord-Linux Automated Container Platform.md +++ b/markdown/Deep Dive: Discord-Linux Automated Container Platform.md @@ -2051,9 +2051,11 @@ sudo chmod +x /usr/bin/sshup-all #### How it works: **User Prompts**: The script prompts the user for their `SSHID` and `KEY`, which are necessary for identifying the container and validating the upload. + **Creating Upload Scripts**: - `sshup`: A command-line utility for uploading a single file. - `sshup-all`: A utility for uploading all files in the current directory. + **Permissions**: The scripts are saved under `/usr/bin/` and made executable, allowing users to run the uploader from anywhere on their system. Once installed, users can upload files using the command `sshup ` and receive an output like: