Removed misleading text from stop.sh

This command no longer disables the Bridgehead in systemctl, it
only stops it.
This commit is contained in:
Gerhard Salvini 2024-07-18 12:56:42 +02:00
parent 520c560be0
commit 892e2c2cf1
2 changed files with 3 additions and 2 deletions

1
run.sh
View File

@ -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

View File

@ -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."