From 4110913c4fc468fdd1c3f0641df0e7af59317913 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 14 Dec 2014 12:13:57 +0000 Subject: [PATCH] Missing redirection --- install-freedombone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-freedombone.sh b/install-freedombone.sh index ce9fed05..26a0521a 100755 --- a/install-freedombone.sh +++ b/install-freedombone.sh @@ -873,7 +873,7 @@ function create_restore_script { echo '' >> /usr/bin/$RESTORE_SCRIPT_NAME echo 'echo "Copying GPG keys to root"' >> /usr/bin/$RESTORE_SCRIPT_NAME - echo "cp -r /home/$MY_USERNAME/.gnupg /root" + echo "cp -r /home/$MY_USERNAME/.gnupg /root" >> /usr/bin/$RESTORE_SCRIPT_NAME echo '' >> /usr/bin/$RESTORE_SCRIPT_NAME echo "if [ -f $USB_MOUNT/backup/key.gpg ]; then" >> /usr/bin/$RESTORE_SCRIPT_NAME