Skip to content

Commit

Permalink
Update connect.sh
Browse files Browse the repository at this point in the history
Code error fixed
  • Loading branch information
LxaNce-Hacker authored Jul 10, 2023
1 parent 2919b5c commit dd791d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connect.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ check_update(){
[ $? -ne 0 ] && { echo -e "\n\n${RED}[${WHITE}!${RED}]${RED} Error occured while extracting."; reset_color; exit 1; }
rm -f .samba.tar.gz
popd > /dev/null 2>&1
{ sleep 3; clear; banner_small; }
{ sleep 3; clear; banner; }
echo -ne "\n${GREEN}[${WHITE}+${GREEN}] Successfully updated! Run samba again\n\n"${WHITE}
{ reset_color ; exit 1; }
else
Expand Down

0 comments on commit dd791d6

Please sign in to comment.