summaryrefslogtreecommitdiff
path: root/lib/load-configuration
diff options
context:
space:
mode:
Diffstat (limited to 'lib/load-configuration')
-rwxr-xr-xlib/load-configuration4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/load-configuration b/lib/load-configuration
index 37fd850..4c825f1 100755
--- a/lib/load-configuration
+++ b/lib/load-configuration
@@ -38,7 +38,7 @@ else
fi
# dirty hack to get this stuff debugable from a bash
-if [ "x${0##*/}" = "x-bash" ] || [ "x${0##*/}" = "xbash" ] || [ "x${0##*/}" = "xdash" ]; then
+if [ "${0##*/}" = "-bash" ] || [ "${0##*/}" = "bash" ] || [ "${0##*/}" = "dash" ]; then
set +e
if [ -z "${base_dir}" ]; then
base_dir=$(pwd)
@@ -114,7 +114,7 @@ webserver_directory='/srv/http'
build_log_directory='/srv/http/build-logs'
# irc client configuration
-irc_dir='/home/master/irc/irc.freenode.net'
+irc_dir='/home/master/irc/irc.libera.chat'
irc_password='top_secret'
# commands to run to update the package mirror used for installing archlinux32 packages,