Skip to content

Commit

Permalink
Update 00-smb_mounts.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Dec 13, 2023
1 parent 31cd8d9 commit 58b6882
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .templates/00-smb_mounts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,9 @@ if bashio::config.has_value 'networkdisks'; then
umount "/mnt/$diskname" 2>/dev/null || true
rmdir "/mnt/$diskname" || true

# Stop addon
bashio::addon.stop

fi

done
Expand Down

0 comments on commit 58b6882

Please sign in to comment.