From b4df3afa9e543efa56b184d6af093da96200b956 Mon Sep 17 00:00:00 2001 From: Hugo Thunnissen Date: Sun, 24 Jun 2018 01:59:34 +0200 Subject: [PATCH] Fix typo --- setup.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.bash b/setup.bash index 1125e7b..ec0f972 100755 --- a/setup.bash +++ b/setup.bash @@ -63,7 +63,7 @@ add-custom-startup() { startup_file [[ -z $startup_file ]] && startup_file="$HOME/.startup" - printf 'source "%s"\n' "$startup_file" >> "$(config-dir albert)/autostart.sh" + printf 'source "%s"\n' "$startup_file" >> "$(config-dir openbox)/autostart.sh" } setup-openbox-for-user() {