Support last update date #20

This commit is contained in:
2026-09-26 15:39:48 +02:00
parent ed48e53f26
commit a704dbd687
9 changed files with 73 additions and 30 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
pw=$(grep -E '^\$databasePassword = ' /home/hpr/php/credentials.php | awk -F "'" '{print $2}' )
pw=${pw##* }
mysql --host=localhost --user=hpr_hpr --password="$pw" hpr_hpr