Simple bash is enough

This commit is contained in:
Alexandre
2021-12-29 16:48:23 +01:00
parent 189ae3c995
commit 085bbf1241
17 changed files with 21 additions and 23 deletions

View File

@@ -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