chore: fix typo

This commit is contained in:
Rudra Saraswat 2023-07-04 07:50:47 +10:00
parent f0306bd49d
commit 359e9ade50

View file

@ -112,7 +112,7 @@ def update_system():
if os.path.isdir('/mnt/iso-update'): if os.path.isdir('/mnt/iso-update'):
for f in os.listdir('/mnt/iso-update'): for f in os.listdir('/mnt/iso-update'):
if f != 'update.iso': if f != 'update.iso':
exec('rm', '-f', f'/mnt/iso-update/{f}') exec('rm', '-rf', f'/mnt/iso-update/{f}')
# Check if update is available # Check if update is available
if os.path.isfile('/etc/blend_release'): if os.path.isfile('/etc/blend_release'):