diff --git a/entry.sh b/entry.sh index 13ffa35..9ed5721 100755 --- a/entry.sh +++ b/entry.sh @@ -1,3 +1,3 @@ #!/bin/bash -git pull -sh -c database.sh +git fetch +sh -c ./database.sh