Skip to content

Commit

Permalink
Fixed writing to .bashcr
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Hale committed Feb 1, 2021
1 parent 8fb41e2 commit 1a8f974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-airplane-mode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a8f974

Please sign in to comment.