* renaming xdebug scripts for non-conflicts name with user defined scripts in home directory starts with s and q

+ tail db general log bash helper
* correct path to xdebug2 config for previous php 74 version
- remove unnecessary laradock example crontab because this script moved crontab-example dir
* improve (un)create symlinks script logic
* use only newly composer auth path
This commit is contained in:
2023-01-15 15:08:15 +03:00
parent 9fab9307b6
commit dbe3a916f1
8 changed files with 29 additions and 16 deletions

View File

@ -0,0 +1,10 @@
#!/bin/bash
DIR="$(realpath $(dirname "$(readlink -f "$0")")/..)"
GENERAL_LOG_FILE_PATH="${DIR}/log/mariadb/mariadb.log"
sudo truncate -s 0 $GENERAL_LOG_FILE_PATH
clear
sudo tail -f $GENERAL_LOG_FILE_PATH