mirror of
https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite.git
synced 2025-12-07 09:31:30 +00:00
f
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
check_aliyun_ecs () {
|
check_aliyun_ecs() {
|
||||||
is_aliyun_ecs="No"
|
is_aliyun_ecs="No"
|
||||||
if [ -f "/etc/cloud/cloud.cfg.d/aliyun_cloud.cfg" ]; then
|
if [ -f "/etc/cloud/cloud.cfg.d/aliyun_cloud.cfg" ]; then
|
||||||
is_aliyun_ecs="Yes"
|
is_aliyun_ecs="Yes"
|
||||||
|
|||||||
Reference in New Issue
Block a user