Skip to content

Commit

Permalink
Fixed Backup of the speedtest binary
Browse files Browse the repository at this point in the history
  • Loading branch information
leiweibau committed Feb 23, 2024
1 parent 06d715b commit 500d9d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install/pialert_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ move_files() {
move_files_again() {
if [ -e "$PIALERT_HOME/config/speedtest/speedtest" ] ; then
echo "- Moving speedtest from temporary directory..."
rm -rf "$PIALERT_HOME/back/speedtest"
mv "$PIALERT_HOME/config/speedtest" "$PIALERT_HOME/back"
fi
}
Expand Down

0 comments on commit 500d9d6

Please sign in to comment.