1
0
mirror of https://gitea.blesmrt.net/mikaela/shell-things.git synced 2025-04-15 12:47:49 +02:00

rc: add $HOSTNAME for znc --makepem

This commit is contained in:
Aminda Suomalainen 2015-07-22 15:39:26 +03:00
parent 2ba606cce6
commit 2faf5b5ae9
2 changed files with 6 additions and 0 deletions

@ -241,6 +241,9 @@ alias maken="make -j$NPROC"
# Ensure that pkg-config paths are found
#export PKG_CONFIG_PATH=$(which pkg-config)
# znc uses this variable for figuring out hostname
export HOSTNAME=$(hostname --fqdn)
##### Aliases RJ706I #####
# To get sudo work with aliases.

@ -184,6 +184,9 @@ alias maken="make -j$NPROC"
# Ensure that pkg-config paths are found
#export PKG_CONFIG_PATH=$(which pkg-config)
# znc uses this variable for figuring out hostname
export HOSTNAME=$(hostname --fqdn)
##### Aliases RJ706I #####
# To get sudo work with aliases.