Allow user to change config and scripts folder

This commit is contained in:
Roberto Bermejo Martinez
2018-09-28 21:11:22 +02:00
parent 687a6a812c
commit f2cc4b6f19
7 changed files with 37 additions and 28 deletions

View File

@@ -15,7 +15,7 @@ if [ -z "$GIT_NAME" ]; then
fi
ts=$(timestamp)
cd /var/www/html
cd ${WEBROOT}
git add .
git commit -a -m "push from container $ts"
git push