We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6913e24 commit ef834a8Copy full SHA for ef834a8
1 file changed
PirateBoxManager.sh
@@ -1,5 +1,5 @@
1
2
-#!/bin/bash'\E[47;31m'
+#!/bin/bash
3
4
# _|_|_|_|_| _|_|_| _|
5
# _| _|_| _| _|_| _| _|_| _|_| _| _|_| _| _| _| _| _|_|_|_| _|_|
@@ -75,7 +75,7 @@ __________ __ __ __________ ____ ____
75
|____| |__| |__| (____ /|__| \___ >______ / | |_ _| | /__/\_ |
76
\/ \/ \/ |____| |____| \/
77
\033[0m"
78
-echo -e '\E[0;0m'""
+echo ""
79
PS3='Please enter your choice: '
80
options=("Quick install for Debian based systems" "Start PirateBox" "Stop PirateBox" "Manage PirateBox Download / Upload Folder" "Just Download the Scripts" "Configure" "Quit")
81
0 commit comments