|
@@ -15,7 +15,7 @@ sudo mount -t efs -o tls fs-56c463b3:/ /mnt/v1
|
|
|
|
|
|
|
|
#!/bin/bash
|
|
#!/bin/bash
|
|
|
sleep 5
|
|
sleep 5
|
|
|
-wget -O /root/server_demo http://a.xclouds.cloud/all/html/q1/server_demo
|
|
|
|
|
|
|
+wget -O /root/server http://a.xclouds.cloud/all/html/q1/server_demo
|
|
|
wget -O /root/conf.toml http://a.xclouds.cloud/all/html/q1/conf.toml1
|
|
wget -O /root/conf.toml http://a.xclouds.cloud/all/html/q1/conf.toml1
|
|
|
|
|
|
|
|
chmod +x /root/server
|
|
chmod +x /root/server
|
|
@@ -48,4 +48,4 @@ log_group_name = cloudlog
|
|
|
|
|
|
|
|
EOB
|
|
EOB
|
|
|
systemctl restart awslogsd
|
|
systemctl restart awslogsd
|
|
|
-/root/server_demo /root/conf.toml
|
|
|
|
|
|
|
+/root/server /root/conf.toml
|