1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/snappymail_ynh.git synced 2024-09-03 20:26:29 +02:00
snappymail_ynh/scripts/_common.sh

21 lines
588 B
Bash
Raw Normal View History

2022-04-21 18:30:00 +02:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
2023-06-15 04:43:19 +02:00
main_domain=$(cat /etc/yunohost/current_host)
timezone=$(cat /etc/timezone)
2022-04-21 18:30:00 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================