Add auto dput when interactive==no

This commit is contained in:
Isaac Connor 2019-05-28 10:59:58 -04:00
parent 13e5fd0950
commit df19e98f28
1 changed files with 2 additions and 0 deletions

View File

@ -326,6 +326,8 @@ EOF
if [[ "$REPLY" == [yY] ]]; then if [[ "$REPLY" == [yY] ]]; then
dput $PPA $SC dput $PPA $SC
fi; fi;
else
dput $PPA $SC
fi; fi;
fi; fi;
done; # foreach distro done; # foreach distro