mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
scripts/install: exit if $INSTALL not set
This commit is contained in:
parent
d00913d2d6
commit
563d2e71cb
@ -30,6 +30,10 @@ if [ -z "$1" ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -z "$INSTALL" ] ; then
|
||||||
|
echo "error: '\$INSTALL' not set! this script is not intended to be run manually"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
mkdir -p $STAMPS_INSTALL/$1
|
mkdir -p $STAMPS_INSTALL/$1
|
||||||
|
|
||||||
if [ -f $STAMP -a $PKG_DIR/install -nt $STAMP ]; then
|
if [ -f $STAMP -a $PKG_DIR/install -nt $STAMP ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user