mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-01-30 09:48:11 +01:00
Shell script interprets zero-prefixed decimal integer as octal integer so it throws an error when "vol" is equal to "08" or "09" because this values are invalid octal numbers. Now "vol" forced to be decimal.