1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/conduit_ynh.git synced 2024-09-03 18:16:30 +02:00
conduit_ynh/scripts/_common.sh

23 lines
604 B
Bash

#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
if [ "$registration" -eq 1 ]; then
registration="true"
else
registration="false"
fi
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================