From 8b71265807a37dfa603252f42e29ac341f67e517 Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Fri, 19 Apr 2024 08:28:53 +0000 Subject: [PATCH] Update readme.md and version.txt Updating to version 3.0.28 --- readme.md | 8 ++++++++ version.txt | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index dfe190e..5185b48 100644 --- a/readme.md +++ b/readme.md @@ -132,6 +132,14 @@ nvm use default && npm install -g @vscode/vsce ``` The #!/bin/bash line at the top of the script tells the system that this script should be run with the Bash shell. +#### Note on sudo privileges + +If the script name includes the word "sudo", the script will be run with root privileges. This is useful if your script needs to perform operations that require superuser privileges. + +For instance, if you have a script named `install_sudo_package.sh`, this script will be run with root privileges due to the inclusion of "sudo" in the file name. + +Please be aware of the security implications when running scripts with root privileges. Ensure that your script does not perform any unsafe or destructive operations when run with these privileges. + ### 3. Run your Docker container When you start your Docker container, all .sh files in the /usr/bin/custom-scripts directory will be automatically executed in alphabetical order. The environment variables from the /etc/environment file will be loaded before each script is executed. diff --git a/version.txt b/version.txt index 8479333..ff4b945 100755 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.0.27 \ No newline at end of file +3.0.28 \ No newline at end of file