Remove redundant self-call

This commit is contained in:
Skylar Grant 2023-01-22 23:18:36 -05:00
parent 67769232cb
commit 0b0a09942d
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ case "$opt" in
4) 4)
# Update Hestia # Update Hestia
rm data/config.db rm data/config.db
git pull && ./hestia.sh git pull
;; ;;
5) 5)
# Set up database # Set up database