Skip to content

Commit ef834a8

Browse files
author
terrorbyte
committed
Quick Code fix (0.8.1)
1 parent 6913e24 commit ef834a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PirateBoxManager.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
#!/bin/bash'\E[47;31m'
2+
#!/bin/bash
33

44
# _|_|_|_|_| _|_|_| _|
55
# _| _|_| _| _|_| _| _|_| _|_| _| _|_| _| _| _| _| _|_|_|_| _|_|
@@ -75,7 +75,7 @@ __________ __ __ __________ ____ ____
7575
|____| |__| |__| (____ /|__| \___ >______ / | |_ _| | /__/\_ |
7676
\/ \/ \/ |____| |____| \/
7777
\033[0m"
78-
echo -e '\E[0;0m'""
78+
echo ""
7979
PS3='Please enter your choice: '
8080
options=("Quick install for Debian based systems" "Start PirateBox" "Stop PirateBox" "Manage PirateBox Download / Upload Folder" "Just Download the Scripts" "Configure" "Quit")
8181

0 commit comments

Comments
 (0)