We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ad628 commit 0facec4Copy full SHA for 0facec4
bin/v-update-sys-hestia-git
@@ -49,6 +49,9 @@ download_file() {
49
fi
50
}
51
52
+# Clear screen output before continuing
53
+clear
54
+
55
# Set compiling directory
56
BUILD_DIR='/tmp/hestiacp-src/'
57
DEB_DIR="$BUILD_DIR/debs/"
@@ -373,4 +376,6 @@ if [ "$install" = 'yes' ] || [ "$install" = 'y' ]; then
373
376
dpkg -i $i
374
377
done
375
378
unset $answer
379
+ # Remove temporary files
380
+ rm -rf $BUILD_DIR
381
0 commit comments