diff options
Diffstat (limited to 'bin')
-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..." |