From 8e57c7786f8be63cf33cb145c4bd979a713e0fbf Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Thu, 29 Nov 2018 23:39:49 +0100 Subject: :hammer: Fix post-update script --- bin/post-update.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin') diff --git a/bin/post-update.sh b/bin/post-update.sh index 59b1fe9..01b0fee 100644 --- a/bin/post-update.sh +++ b/bin/post-update.sh @@ -1,4 +1,7 @@ +oldDir=$PWD +cd /home/lux-neo/src cp bin/luxcena-neo-cli.sh /usr/bin/luxcena-neo-cli.sh +cd $oldDir echo "Post-update done..." -- cgit v1.2.3