From 13aa4d3637effb632aab8dbdbd84779a79ae0fd5 Mon Sep 17 00:00:00 2001 From: purple Date: Sat, 17 Jun 2023 13:24:35 +0200 Subject: [PATCH] Change text in lib files. --- blueprint/lib/bash_colors.sh | 5 ++--- blueprint/lib/db.sh | 5 ++++- blueprint/lib/parse_yaml.sh | 5 +++-- tools/INFO.md | 1 + 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/blueprint/lib/bash_colors.sh b/blueprint/lib/bash_colors.sh index 1dacbb4..ae27996 100644 --- a/blueprint/lib/bash_colors.sh +++ b/blueprint/lib/bash_colors.sh @@ -1,8 +1,7 @@ #!/bin/bash # -# The code has been modified to work better with Blueprint. -# Source code: -# https://github.com/technobomz/bash_colors +# This script may have been modified to work better with Blueprint. +# Source code: https://github.com/technobomz/bash_colors # # Constants and functions for terminal colors. if [[ "$BASH_SOURCE" == "$0" ]]; then diff --git a/blueprint/lib/db.sh b/blueprint/lib/db.sh index 6c7808b..a175795 100644 --- a/blueprint/lib/db.sh +++ b/blueprint/lib/db.sh @@ -1,4 +1,7 @@ #!/bin/bash +# +# This script has been created as part of the Blueprint source code +# and may be intergrated directly into the core in the future. FLDR="/var/www/&bp.folder&/.blueprint/.storage/db.md"; @@ -14,4 +17,4 @@ dbAdd() { }; dbRemove() { # dbRemove "database.record"; sed -i "s/* ${1};//g" $FLDR > /dev/null; -}; \ No newline at end of file +}; diff --git a/blueprint/lib/parse_yaml.sh b/blueprint/lib/parse_yaml.sh index 1a70c10..a084d87 100644 --- a/blueprint/lib/parse_yaml.sh +++ b/blueprint/lib/parse_yaml.sh @@ -1,6 +1,7 @@ #!/bin/bash - -# source: https://github.com/mrbaseman/parse_yaml +# +# This script may have been modified to work better with Blueprint. +# Source code: https://github.com/mrbaseman/parse_yaml function parse_yaml { local prefix=$2 diff --git a/tools/INFO.md b/tools/INFO.md index 780f3d1..e866e35 100644 --- a/tools/INFO.md +++ b/tools/INFO.md @@ -1,5 +1,6 @@ # DO NOT RUN THESE WITHOUT KNOWING WHAT YOU ARE DOING These scripts are meant for simplifying bug testing and development and will probably break your panel. +All tools are meant to not interact with Blueprint while changing core files. * update.sh [path to pterodactyl] (dev)