1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/paperless-ngx_ynh.git synced 2024-09-03 19:56:33 +02:00
paperless-ngx_ynh/scripts/_common.sh

21 lines
588 B
Bash
Raw Permalink Normal View History

2022-03-29 11:08:51 +02:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
2022-03-29 17:50:14 +02:00
timezone=$(cat /etc/timezone)
main_domain=$(cat /etc/yunohost/current_host)
2022-03-29 11:08:51 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================