From 8a636e03b66e91d08a07952b372dfc3d487e5571 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Mon, 5 Mar 2018 10:27:33 +0100 Subject: [PATCH] [17.11.x] Bug 19546: (QA follow-up) Make the returning cd more fool proof Trivial and hypothetical fix. If you create /root/AA B (space in dirname), the quotes added here will help you to get back where you came from. Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi --- debian/scripts/koha-plack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/scripts/koha-plack b/debian/scripts/koha-plack index 530949edf7..b74d22f466 100755 --- a/debian/scripts/koha-plack +++ b/debian/scripts/koha-plack @@ -102,7 +102,7 @@ start_plack() log_end_msg 1 fi # Go back to the original dir - cd $current_dir + cd "$current_dir" else log_daemon_msg "Error: Plack already running for ${instancename}" -- 2.17.0