mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Revert
This commit is contained in:
@@ -1,15 +1,7 @@
|
||||
#!/usr/bin/env bashio
|
||||
# shellcheck shell=bash
|
||||
|
||||
#################
|
||||
# Set structure #
|
||||
#################
|
||||
|
||||
mkdir -p /config/storage
|
||||
cp -rf /var/www/html/storage/* /config/storage/
|
||||
rm -r /var/www/html/storage
|
||||
ln -sf /config/storage /var/www/html/storage
|
||||
chown -R www-data:www-data /config
|
||||
set -e
|
||||
set +u
|
||||
|
||||
###################
|
||||
# Define database #
|
||||
|
||||
Reference in New Issue
Block a user