Skip to content

Commit

Permalink
Merge pull request #29 from Scoder12/patch-1
Browse files Browse the repository at this point in the history
Fix crouton check
  • Loading branch information
velzie committed Apr 12, 2023
2 parents 8660197 + 46f5b0a commit cd0da83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mush.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ main() {
(8) Emergency Revert & Re-Enroll
(9) Edit Pollen
EOF
if ! test -f /mnt/stateful_partition/crouton; then
if ! test -d /mnt/stateful_partition/crouton; then
echo "(10) Install Crouton"
else
echo "(11) Start Crouton"
Expand Down

0 comments on commit cd0da83

Please sign in to comment.