aboutsummaryrefslogtreecommitdiff
path: root/bin/post-update.sh
diff options
context:
space:
mode:
authorJakob Stendahl <jakob.stendahl@outlook.com>2018-11-29 23:39:49 +0100
committerJakob Stendahl <jakob.stendahl@outlook.com>2018-11-29 23:39:49 +0100
commit8e57c7786f8be63cf33cb145c4bd979a713e0fbf (patch)
tree88deb5e5a2d222721c052cba20767d7da3c87b2a /bin/post-update.sh
parentaa36d8d64acf8cfabe0602c2727a0ae7d8472860 (diff)
downloadLuxcena-Neo-8e57c7786f8be63cf33cb145c4bd979a713e0fbf.tar.gz
Luxcena-Neo-8e57c7786f8be63cf33cb145c4bd979a713e0fbf.zip
:hammer: Fix post-update script
Diffstat (limited to 'bin/post-update.sh')
-rw-r--r--bin/post-update.sh3
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..."