File tree Expand file tree Collapse file tree 2 files changed +4
-24
lines changed
Expand file tree Collapse file tree 2 files changed +4
-24
lines changed Original file line number Diff line number Diff line change 493493
494494# Installing hestia repo
495495echo " deb https://$RHOST / $codename main" > $apt /hestia.list
496- wget https://gpg.hestiacp.com/deb_signing.key -O deb_signing.key
497- apt-key add deb_signing.key
496+ wget https://gpg.hestiacp.com/deb_signing.key -O /tmp/ deb_signing.key
497+ apt-key add /tmp/ deb_signing.key
498498
499499
500500# ----------------------------------------------------------#
@@ -1345,16 +1345,6 @@ fi
13451345source $hestiacp /phpmyadmin/pma.sh > /dev/null 2>&1
13461346
13471347
1348- # ----------------------------------------------------------#
1349- # Clear Up Files #
1350- # ----------------------------------------------------------#
1351-
1352- # Check and remove deb_signing.key
1353- if [ -f deb_signing.key ]; then
1354- rm deb_signing.key
1355- fi
1356-
1357-
13581348# ----------------------------------------------------------#
13591349# Configure Admin User #
13601350# ----------------------------------------------------------#
Original file line number Diff line number Diff line change 476476
477477# Installing hestia repo
478478echo " deb https://$RHOST / $codename main" > $apt /hestia.list
479- wget https://gpg.hestiacp.com/deb_signing.key -O deb_signing.key
480- apt-key add deb_signing.key
479+ wget https://gpg.hestiacp.com/deb_signing.key -O /tmp/ deb_signing.key
480+ apt-key add /tmp/ deb_signing.key
481481
482482
483483# ----------------------------------------------------------#
@@ -1407,16 +1407,6 @@ chown admin:admin $HESTIA/data/sessions
14071407$HESTIA /bin/v-add-cron-hestia-autoupdate
14081408
14091409
1410- # ----------------------------------------------------------#
1411- # Clear Up Files #
1412- # ----------------------------------------------------------#
1413-
1414- # Check and remove deb_signing.key
1415- if [ -f deb_signing.key ]; then
1416- rm deb_signing.key
1417- fi
1418-
1419-
14201410# ----------------------------------------------------------#
14211411# Hestia Access Info #
14221412# ----------------------------------------------------------#
You can’t perform that action at this time.
0 commit comments