mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Simple bash is enough
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
#!/bin/bash
|
||||
|
||||
##################
|
||||
# SYMLINK CONFIG #
|
||||
@@ -7,8 +7,8 @@
|
||||
echo "Database stored in /share/plex"
|
||||
|
||||
if [ ! -d "/share/plex/Plex Media Server" ]; then
|
||||
echo "... creating /share/plex/Plex Media Server"
|
||||
mkdir -p "/share/plex/Plex Media Server"
|
||||
echo "... creating /share/plex/Plex Media Server"
|
||||
mkdir -p "/share/plex/Plex Media Server"
|
||||
fi
|
||||
|
||||
if [ -d "/config/Library/Application Support/Plex Media Server" ]; then
|
||||
|
||||
Reference in New Issue
Block a user