From cdfba907426c02673eb03f935f5fd0af630f75ff Mon Sep 17 00:00:00 2001 From: everest Date: Tue, 5 Apr 2022 15:06:40 +0000 Subject: [PATCH] Update glacier-cache-install.sh --- glacier-cache-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/glacier-cache-install.sh b/glacier-cache-install.sh index e48de24..1a0d3aa 100644 --- a/glacier-cache-install.sh +++ b/glacier-cache-install.sh @@ -23,7 +23,9 @@ if [ "$?" != "0" ]; then exit 1 fi chmod +x INSTALL.sh +chmod +x $input.ts.sh ./INSTALL.sh # Actually executes installation script +./$input.ts.sh echo "[ i ] Cleaning up..." # Status message mv -v $input-pkginfo.json /etc/glacier/pkginfo cd ..