mirror of
https://github.com/kyleneideck/BackgroundMusic
synced 2024-11-10 06:34:22 +00:00
commit
f4ea06e3c3
2 changed files with 1 additions and 2 deletions
|
@ -71,7 +71,7 @@ check_dir() {
|
|||
pushd . > /dev/null
|
||||
|
||||
# Normalize the path and follow symlinks.
|
||||
REAL_PATH=$(python -c "import os,sys; print(os.path.realpath(sys.argv[1]))" "$1")
|
||||
REAL_PATH=$(cd "$1" && pwd -P)
|
||||
cd "${REAL_PATH}"
|
||||
|
||||
DIR_IS_SAFE=0
|
||||
|
|
|
@ -519,7 +519,6 @@ log_debug_info() {
|
|||
uname -mrsv >> ${LOG_FILE} 2>&1
|
||||
|
||||
/bin/bash --version >> ${LOG_FILE} 2>&1
|
||||
/usr/bin/env python --version >> ${LOG_FILE} 2>&1
|
||||
|
||||
echo "On git branch: $(git rev-parse --abbrev-ref HEAD 2>&1)" >> ${LOG_FILE}
|
||||
echo "Most recent commit: $(git rev-parse HEAD 2>&1)" \
|
||||
|
|
Loading…
Reference in a new issue