diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2018-11-29 23:39:49 +0100 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2018-11-29 23:39:49 +0100 |
commit | 8e57c7786f8be63cf33cb145c4bd979a713e0fbf (patch) | |
tree | 88deb5e5a2d222721c052cba20767d7da3c87b2a | |
parent | aa36d8d64acf8cfabe0602c2727a0ae7d8472860 (diff) | |
download | Luxcena-Neo-8e57c7786f8be63cf33cb145c4bd979a713e0fbf.tar.gz Luxcena-Neo-8e57c7786f8be63cf33cb145c4bd979a713e0fbf.zip |
:hammer: Fix post-update script
-rw-r--r-- | bin/post-update.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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..." |