From 1a8f9744dcc994e8c1c836d9f376a767e49afa86 Mon Sep 17 00:00:00 2001 From: Brandon Hale Date: Sun, 31 Jan 2021 21:44:08 -0500 Subject: [PATCH] Fixed writing to .bashcr --- update-airplane-mode.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-airplane-mode.sh b/update-airplane-mode.sh index ac690a0..9d33c81 100755 --- a/update-airplane-mode.sh +++ b/update-airplane-mode.sh @@ -41,7 +41,7 @@ RAM_PIBOY_QUESTIONS() { if [[ $RAM_PIBOY_RESPONSE == 'y' || $RAM_PIBOY_RESPONSE == 'Y' || $RAM_PIBOY_RESPONSE == "yes" ]] then export RAM_PIBOY_OSD=1 - echo "export RAM_PIBOY_OSD=1" >> ~/.bashcr + echo "export RAM_PIBOY_OSD=1" >> ~/.bashrc echo "Copying variable to bashrc to equal 1" elif [[ $RAM_PIBOY_RESPONSE == "n" || $RAM_PIBOY_RESPONSE == "N" || $RAM_PIBOY_RESPONSE == "no" ]] then