We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cebc9d9 + 8fb4d01 commit 5ecaa7aCopy full SHA for 5ecaa7a
install
@@ -25,9 +25,9 @@ readonly FILES_2_DOWNLOAD"=rpi-clone rpi-clone-setup"
25
readonly TMP_DIR=$(mktemp -d)
26
readonly INSTALLATION_DIR="/usr/local/sbin"
27
28
-trap "{ rmdir $TMP_DIR &>/dev/null; }" SIGINT SIGTERM EXIT
29
30
pwd=$PWD
+trap "{ cd $pwd; rmdir $TMP_DIR &>/dev/null; }" SIGINT SIGTERM EXIT
31
cd $TMP_DIR
32
33
echo "Installing $PACKAGE ..."
0 commit comments