Skip to content

Commit

Permalink
fix if cond bug
Browse files Browse the repository at this point in the history
  • Loading branch information
foospidy authored Apr 22, 2017
1 parent feafcb7 commit db04cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipt_survive_reboot
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fi
echo
echo

if [ $1 = "-y" ];
if [ "$1" = "-y" ];
then
REPLY='y'
else
Expand Down

0 comments on commit db04cfc

Please sign in to comment.