Change text in lib files.

This commit is contained in:
purple 2023-06-17 13:24:35 +02:00
parent a8517cfb02
commit 13aa4d3637
4 changed files with 10 additions and 6 deletions

View file

@ -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

View file

@ -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";

View file

@ -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

View file

@ -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)