Update adguard-v5.sh

This commit is contained in:
tteckster 2023-03-09 12:35:58 -05:00 committed by GitHub
parent efdd01d82a
commit 6d6495e30d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ function default_settings() {
echo -e "${BL}Creating a ${APP} LXC using the above default settings${CL}"
}
exit-script() {
function exit-script() {
echo -e "⚠ User exited script \n"
exit
}