From: Michael Tremer Date: Sun, 1 Jul 2018 10:52:54 +0000 (+0100) Subject: aws: Re-enable check if we are actually running on EC2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=464c27554ced7b1d4fbb0d454bb7db2856d2af34;p=people%2Fms%2Fipfire-2.x.git aws: Re-enable check if we are actually running on EC2 Signed-off-by: Michael Tremer --- diff --git a/src/initscripts/system/aws b/src/initscripts/system/aws index 1ac19a3cb3..f2a5c7cb7a 100644 --- a/src/initscripts/system/aws +++ b/src/initscripts/system/aws @@ -31,7 +31,7 @@ running_on_ec2() { case "${1}" in start) # Do nothing if we are not running on AWS EC2 - #running_on_ec2 || exit 0 + running_on_ec2 || exit 0 # Find the first interface to use for i in /sys/class/net/*; do