Skip to content

Commit 0facec4

Browse files
author
Kristan Kenney
committed
Fixes to v-update-sys-hestia-git
1 parent 97ad628 commit 0facec4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bin/v-update-sys-hestia-git

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ download_file() {
4949
fi
5050
}
5151

52+
# Clear screen output before continuing
53+
clear
54+
5255
# Set compiling directory
5356
BUILD_DIR='/tmp/hestiacp-src/'
5457
DEB_DIR="$BUILD_DIR/debs/"
@@ -373,4 +376,6 @@ if [ "$install" = 'yes' ] || [ "$install" = 'y' ]; then
373376
dpkg -i $i
374377
done
375378
unset $answer
379+
# Remove temporary files
380+
rm -rf $BUILD_DIR
376381
fi

0 commit comments

Comments
 (0)