diff --git a/scripts/push b/scripts/push index 6ea5f51..bf577cf 100755 --- a/scripts/push +++ b/scripts/push @@ -16,6 +16,6 @@ fi ts=$(timestamp) cd /var/www/html -git add * +git add . git commit -a -m "push from container $ts" git push