Fix post-update cleanup oops.

This commit is contained in:
fewtarius 2023-12-27 13:36:51 +00:00
parent 117a609455
commit 91321a6cc1
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -119,7 +119,7 @@ cp -f /usr/config/smb.conf /storage/.config
### 20231202 - Remove stale profile bits if they exist.
for FILE in 001-deviceconfig 99-mixer
do
rm -rf ${FILE} 2>/dev/null
rm -f /storage/.config/profile.d/${FILE} 2>/dev/null
done
### 20231203 - Disable merged storage by default.