Loading install.sh +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ set -eu IMG="/storage" BASE=$(basename $URL .pat) BASE=$(basename "$URL" .pat) [ ! -f "/run/server.sh" ] && echo "Script must run inside Docker container!" && exit 60 Loading run.sh +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ else fi IMG="/storage" BASE=$(basename $URL .pat) BASE=$(basename "$URL" .pat) FILE="$IMG/$BASE.boot.img" [ ! -f "$FILE" ] && echo "ERROR: Synology DSM boot-image does not exist ($FILE)" && exit 81 Loading Loading
install.sh +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ set -eu IMG="/storage" BASE=$(basename $URL .pat) BASE=$(basename "$URL" .pat) [ ! -f "/run/server.sh" ] && echo "Script must run inside Docker container!" && exit 60 Loading
run.sh +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ else fi IMG="/storage" BASE=$(basename $URL .pat) BASE=$(basename "$URL" .pat) FILE="$IMG/$BASE.boot.img" [ ! -f "$FILE" ] && echo "ERROR: Synology DSM boot-image does not exist ($FILE)" && exit 81 Loading