Skip to content

Commit

Permalink
metascript remove service line
Browse files Browse the repository at this point in the history
  • Loading branch information
vk-NEU7 committed Feb 27, 2024
1 parent 39ef933 commit 3463638
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,5 @@ resource "google_compute_instance" "webapp_instance" {
sudo mv /tmp/application.properties /opt/webapp/
sudo chmod 750 /opt/webapp/application.properties
sudo chown csye6225:csye6225 /opt/webapp/application.properties
sudo systemctl start webapp.service
EOT
}

0 comments on commit 3463638

Please sign in to comment.