privateone commited on
Commit
c89c209
·
verified ·
1 Parent(s): 81f5c26

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +0 -3
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