File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1111# Variables & Functions #
1212# ----------------------------------------------------------#
1313
14- # Argument definition
15- domain=$( hostname -f) ;
16- if [ -z $domain ]; then
17- domain=$HOSTNAME ;
18- fi
19- user=" $( $HESTIA /bin/v-search-domain-owner " $domain " web) "
20- [[ -z " $user " ]] && user=" admin"
21-
2214# Includes
2315# shellcheck source=/etc/hestiacp/hestia.conf
2416source /etc/hestiacp/hestia.conf
@@ -32,6 +24,14 @@ source_conf "$HESTIA/conf/hestia.conf"
3224# Perform verification if read-only mode is enabled
3325check_hestia_demo_mode
3426
27+ # Argument definition
28+ domain=$( hostname -f) ;
29+ if [ -z $domain ]; then
30+ domain=$HOSTNAME ;
31+ fi
32+ user=" $( $HESTIA /bin/v-search-domain-owner " $domain " web) "
33+ [[ -z " $user " ]] && user=" admin"
34+
3535# ----------------------------------------------------------#
3636# Verifications #
3737# ----------------------------------------------------------#
You can’t perform that action at this time.
0 commit comments