add ssh launcher and fix updatePlugin script
This commit is contained in:
父節點
e995785fdb
當前提交
471df2bba8
共有 2 個文件被更改,包括 4 次插入 和 1 次删除
2
bin/updatePlugin
Normal file → Executable file
2
bin/updatePlugin
Normal file → Executable file
|
@ -3,4 +3,4 @@ echo "$plugin"
|
|||
versions=$(wp plugin update $plugin 2> /dev/null | tail -n 2 | head -n 1 | awk '{print $2 "->" $3}')
|
||||
echo "$versions"
|
||||
git add .
|
||||
git commit -m "Update $plugin $version"
|
||||
git commit -m "Update $plugin $versions"
|
||||
|
|
載入中…
Add table
Add a link
Reference in a new issue