aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index ce104f2..bcbbf38 100755
--- a/build.sh
+++ b/build.sh
@@ -6,6 +6,8 @@ if [ ! -e work/pacman ]; then
fi
sed 's:#.*$::' services | xargs systemctl enable
+cd $(dirname "$(readlink -f "$0")")
+
ip link
export USE=czar
grep "^$USE" /etc/passwd || useradd -m $USE