mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +00:00
cloud error
This commit is contained in:
parent
c57297caa3
commit
8def9a5691
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
if [ -d "/usr/local/aegis" ];then echo "alicloud";fi
|
||||
if [ -f "/snap/bin/amazon-ssm-agent.ssm-cli" ];then echo "aws";fi
|
||||
if [ -f "/usr/bin/amazon-ssm-agent" ];then echo "aws";fi
|
||||
if [ -d "/CloudrResetPwdAgent" ];then echo "huaiwei";fi
|
||||
if [ -d "/CloudrResetPwdAgent" ];then echo "huawei";fi
|
||||
register: cloud
|
||||
|
||||
- debug:
|
||||
|
|
Loading…
Reference in a new issue