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 e08aea7 commit 45fe3c8Copy full SHA for 45fe3c8
ci/tab_stats_manage_generation.sh
@@ -13,6 +13,8 @@ wget -q -O $DATA_DB_FILE $DATA_DB_FILE_LOCATION
13
wget -q -O $OSHP_SECURITY_HEADERS_EXTRA_FILE $OSHP_SECURITY_HEADERS_EXTRA_FILE_LOCATION
14
file $DATA_DB_FILE
15
sqlite3 $DATA_DB_FILE ".tables"
16
+file $OSHP_SECURITY_HEADERS_EXTRA_FILE
17
+wc -l $OSHP_SECURITY_HEADERS_EXTRA_FILE
18
echo "[+] Set correct access rights for the scripts as well as UNIX CRLF settings..."
19
dos2unix *.sh
20
chmod +x tab_stats_generate_*
0 commit comments