Spaces:
Paused
Paused
Update start.sh
Browse files
start.sh
CHANGED
|
@@ -11,9 +11,6 @@ print_host_details() {
|
|
| 11 |
echo "* Current User WHO AM I $(whoami)"
|
| 12 |
echo "* Status of Admin: $(id admin 2>/dev/null || echo 'Admin user not found')"
|
| 13 |
}
|
| 14 |
-
|
| 15 |
-
}
|
| 16 |
-
|
| 17 |
# Function to start SSH service if not running
|
| 18 |
start_ssh_service() {
|
| 19 |
if ! pgrep -x "sshd" >/dev/null; then
|
|
|
|
| 11 |
echo "* Current User WHO AM I $(whoami)"
|
| 12 |
echo "* Status of Admin: $(id admin 2>/dev/null || echo 'Admin user not found')"
|
| 13 |
}
|
|
|
|
|
|
|
|
|
|
| 14 |
# Function to start SSH service if not running
|
| 15 |
start_ssh_service() {
|
| 16 |
if ! pgrep -x "sshd" >/dev/null; then
|