Change text in lib files.
This commit is contained in:
parent
a8517cfb02
commit
13aa4d3637
4 changed files with 10 additions and 6 deletions
|
@ -1,8 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
# The code has been modified to work better with Blueprint.
|
# This script may have been modified to work better with Blueprint.
|
||||||
# Source code:
|
# Source code: https://github.com/technobomz/bash_colors
|
||||||
# https://github.com/technobomz/bash_colors
|
|
||||||
#
|
#
|
||||||
# Constants and functions for terminal colors.
|
# Constants and functions for terminal colors.
|
||||||
if [[ "$BASH_SOURCE" == "$0" ]]; then
|
if [[ "$BASH_SOURCE" == "$0" ]]; then
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
#!/bin/bash
|
#!/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";
|
FLDR="/var/www/&bp.folder&/.blueprint/.storage/db.md";
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/bash
|
#!/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 {
|
function parse_yaml {
|
||||||
local prefix=$2
|
local prefix=$2
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
# DO NOT RUN THESE WITHOUT KNOWING WHAT YOU ARE DOING
|
# 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.
|
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)
|
* update.sh [path to pterodactyl] (dev)
|
||||||
|
|
Loading…
Reference in a new issue