This commit is contained in:
Chenc 2023-11-15 13:01:57 +08:00
parent 88be865ef5
commit c364c7a43b
2 changed files with 1 additions and 1 deletions

BIN
aix-agent

Binary file not shown.

View File

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