gogs
This commit is contained in:
parent
9551d74c4f
commit
b11794f943
|
@ -176,8 +176,7 @@ function show_domains {
|
|||
echo -n -e "$(pad_string 'Gogs')"
|
||||
GOGSDOM=$(cat ${COMPLETION_FILE} | grep 'Gogs domain' | awk -F ':' '{print $2}')
|
||||
echo -n -e "$(pad_string ${GOGSDOM})"
|
||||
if [ -d /var/lib/tor/hidden_service_git ]; then
|
||||
/var/lib/tor/hidden_service_gogs/hostname
|
||||
if [ -d /var/lib/tor/hidden_service_gogs ]; then
|
||||
echo -n "$(cat /var/lib/tor/hidden_service_gogs/hostname)"
|
||||
fi
|
||||
echo ''
|
||||
|
|
Loading…
Reference in New Issue