mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-06-01 14:21:45 +01:00
Fix two superflous warnings
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# begin hass addon custom mount block
|
||||
echo "Symlinking data dir"
|
||||
mv /opt/iobroker /opt/iobroker_ori # move image brought folder away
|
||||
mkdir /data/iobroker || echo 'Thats fine, data folder already exists'
|
||||
mkdir -p /data/iobroker
|
||||
ln -s /data/iobroker /opt/iobroker # symlink /data mount
|
||||
if find /data/iobroker -maxdepth 0 -empty | read v; then
|
||||
echo "Data folder looks unused, will copy initial stuff"
|
||||
|
||||
Reference in New Issue
Block a user