This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Path to speedtest-cli (Change this to match the path to your speedtest-cli executable) | |
SPEEDTEST_CLI_PATH="/usr/local/bin/speedtest-cli" | |
# Path to the sqlite database (Change this to suit your needs) | |
#DB_PATH="/home/lino/speedlog.db" | |
DB_PATH="/var/www/speedtest-api/speedtest.db" | |
# Create test table SQL statement |