From c2355528c458d6945e703f756cd92c31b9496a92 Mon Sep 17 00:00:00 2001 From: everest Date: Tue, 5 Apr 2022 15:02:18 +0000 Subject: [PATCH] Update glacier-install.sh --- glacier-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/glacier-install.sh b/glacier-install.sh index 7aff92b..f271e6a 100644 --- a/glacier-install.sh +++ b/glacier-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 ..