From 2fb5bfb55386fd16e0b33f14f56c888d04a78689 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Tue, 4 May 2021 21:56:53 -0700 Subject: [PATCH] add sleep stmt --- cloud-init.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cloud-init.sh b/cloud-init.sh index 80108a7..8ed56a9 100644 --- a/cloud-init.sh +++ b/cloud-init.sh @@ -40,6 +40,7 @@ HiddenServicePort 18081 EOF systemctl enable tor systemctl restart tor +sleep 20 cp /var/lib/tor/monero/hostname /var/www/tor/index.html chown -R nobody:nogroup /var/www/tor chmod 644 /var/www/tor/index.html