aboutsummaryrefslogtreecommitdiffstats
path: root/insidechroot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'insidechroot.sh')
-rw-r--r--insidechroot.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/insidechroot.sh b/insidechroot.sh
index 28cf64f..72357ac 100644
--- a/insidechroot.sh
+++ b/insidechroot.sh
@@ -2,7 +2,9 @@
CHAPTER="$1"
+# shellcheck source=colors.sh
source /sources/colors.sh
+# shellcheck source=functions.sh
source /sources/functions.sh
printf "%b" "${CYN}SUCCESSFULLY ENTERED ${RED}CHROOT${RST}!\n"