This commit is contained in:
Chenc 2023-11-14 16:10:00 +08:00
parent 59758f5f3e
commit 88be865ef5

3
extend/update-agent.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/sh
cd $1 && git pull --force && service aix-agent restart
exit 0