From 32e1cd6622e4b80d44be53a6937025f82e74afd9 Mon Sep 17 00:00:00 2001 From: Eduardo Copat Date: Thu, 6 Aug 2020 18:02:57 +1200 Subject: [PATCH] Add stop.sh to prepare and README --- README.md | 4 ++++ prepare.sh | 3 +++ 2 files changed, 7 insertions(+) diff --git a/README.md b/README.md index d3b5167..ed6b436 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,10 @@ In case you stopped your VM or rebooted your computer. Start again by: - Run `cd /vagrant`. - Run `./run.sh`. +## Stopping + +- Run `./stop.sh` + ## Credits Based on Tobias Hofmann's [sap-nw-abap-docker](https://github.com/tobiashofmann/sap-nw-abap-docker). diff --git a/prepare.sh b/prepare.sh index 3199852..c0b7034 100644 --- a/prepare.sh +++ b/prepare.sh @@ -23,6 +23,9 @@ chmod +rwx -R ./NW chmod u+x ./run.sh dos2unix ./run.sh +chmod u+x ./stop.sh +dos2unix ./stop.sh + #Set the hostname IP in /etc/hosts cat /etc/hosts | sed "s/127.0.1.1/$(hostname -I|cut -d" " -f 1)/g" > /etc/hosts