mirror of
https://github.com/vvzvlad/vestasync.git
synced 2025-08-21 12:37:53 +03:00
fix GIT_AUTHOR_NAME
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
export GIT_AUTHOR_NAME="vestasync_wb_$(hostname)"
|
||||
export GIT_COMMITTER_NAME="vestasync_wb_$(hostname)"
|
||||
cd /mnt/data/etc/ > /dev/null 2>&1 || true
|
||||
git add . > /dev/null 2>&1 || true
|
||||
git commit -m "$(date)" > /dev/null 2>&1 || true
|
||||
|
Reference in New Issue
Block a user