add new args: reinstall_packages

This commit is contained in:
vvzvlad
2023-04-17 22:39:22 +07:00
parent f8c74022a1
commit c28c504b98
3 changed files with 15 additions and 1 deletions

View File

@ -1,4 +1,5 @@
#!/usr/bin/env sh
apt-mark showmanual > /mnt/data/etc/vestasync/packages
echo $(hostname) > /mnt/data/etc/vestasync/hostname
export GIT_AUTHOR_NAME="vestasync_wb_$(hostname)"
export GIT_COMMITTER_NAME="vestasync_wb_$(hostname)"
@ -7,3 +8,4 @@ cd /mnt/data/etc/ > /dev/null 2>&1 || true
git add . > /dev/null 2>&1 || true
git commit -m "$(date +"%Y-%m-%d %H:%M:%S %z %Z")" > /dev/null 2>&1 || true
git push -u origin master > /dev/null 2>&1 || true