mirror of https://github.com/samply/bridgehead.git
Removed misleading text from stop.sh
This command no longer disables the Bridgehead in systemctl, it only stops it.
This commit is contained in:
parent
520c560be0
commit
892e2c2cf1
1
run.sh
1
run.sh
|
@ -80,3 +80,4 @@ sudo systemctl start ecdc.service
|
||||||
# Show status of Bridgehead service
|
# Show status of Bridgehead service
|
||||||
sleep 10
|
sleep 10
|
||||||
systemctl status ecdc.service
|
systemctl status ecdc.service
|
||||||
|
|
||||||
|
|
4
stop.sh
4
stop.sh
|
@ -1,11 +1,11 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Shut down a running Bridgehead and disable auto restart.
|
# Shut down a running Bridgehead.
|
||||||
# Behind the scenes we use systemctl to do the work.
|
# Behind the scenes we use systemctl to do the work.
|
||||||
|
|
||||||
# Function to print usage
|
# Function to print usage
|
||||||
print_usage() {
|
print_usage() {
|
||||||
echo "Stop the running Bridgehead, disable auto-restart"
|
echo "Stop the running Bridgehead"
|
||||||
echo "Usage: $0 [--help | -h]"
|
echo "Usage: $0 [--help | -h]"
|
||||||
echo "Options:"
|
echo "Options:"
|
||||||
echo " --help, -h Display this help message."
|
echo " --help, -h Display this help message."
|
||||||
|
|
Loading…
Reference in New Issue