mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-17 09:58:16 +01:00
Update 99-run.sh
This commit is contained in:
@@ -15,8 +15,8 @@ echo "Setting permissions"
|
||||
chown -R "$(bashio::config 'PUID'):$(bashio::config 'PGID')" "$DATA_LOCATION"
|
||||
chmod -R 755 "$DATA_LOCATION"
|
||||
|
||||
#echo "Creating symlink"
|
||||
#ln -sf "$DATA_LOCATION" /shared
|
||||
echo "Creating symlink"
|
||||
ln -sf "$DATA_LOCATION" /shared
|
||||
#cp -n /opt/seafile/data "$DATA_LOCATION"
|
||||
#rm -r /opt/seafile/data
|
||||
#ln -sf /shared /opt/seafile/data
|
||||
|
||||
Reference in New Issue
Block a user