Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

default.txt 253B

1234567891011121314151617
  1. #!/bin/bash
  2. ###### CONFIG
  3. ACCEPTED_HOSTS="/root/.hag_accepted.conf"
  4. BE_VERBOSE=false
  5. if [ "$UID" -ne 0 ]
  6. then
  7. echo "Superuser rights required"
  8. exit 2
  9. fi
  10. genApacheConf(){
  11. echo -e "# Host ${HOME_DIR}$1/$2 :"
  12. }
  13. echo '"quoted"' | tr -d \" > text.txt