mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 18:30:13 +02:00
Removed misleading text from stop.sh
This command no longer disables the Bridgehead in systemctl, it only stops it.
This commit is contained in:
1
run.sh
1
run.sh
@ -80,3 +80,4 @@ sudo systemctl start ecdc.service
|
||||
# Show status of Bridgehead service
|
||||
sleep 10
|
||||
systemctl status ecdc.service
|
||||
|
||||
|
4
stop.sh
4
stop.sh
@ -1,11 +1,11 @@
|
||||
#!/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.
|
||||
|
||||
# Function to print usage
|
||||
print_usage() {
|
||||
echo "Stop the running Bridgehead, disable auto-restart"
|
||||
echo "Stop the running Bridgehead"
|
||||
echo "Usage: $0 [--help | -h]"
|
||||
echo "Options:"
|
||||
echo " --help, -h Display this help message."
|
||||
|
Reference in New Issue
Block a user