_common.sh 827 B

123456789101112131415161718192021222324
  1. #!/bin/bash
  2. #=================================================
  3. # COMMON VARIABLES
  4. #=================================================
  5. # replace '/' by nothing for the path
  6. if [ "$path" == '/' ]; then url_path=''; else url_path=$path; fi
  7. # directory flohmarkts software is installed to
  8. flohmarkt_install="/opt/${id}/${domain}${url_path}/src"
  9. # diretory the venv for flohmarkt is installed to
  10. flohmarkt_venv_dir="/opt/${id}/${domain}${url_path}/venv"
  11. #=================================================
  12. # PERSONAL HELPERS
  13. #=================================================
  14. #=================================================
  15. # EXPERIMENTAL HELPERS
  16. #=================================================
  17. #=================================================
  18. # FUTURE OFFICIAL HELPERS
  19. #=================================================