chdtool log

This commit is contained in:
Rodrigo 2022-09-10 18:50:34 +02:00
parent 67a52b008c
commit e10d4ec841
2 changed files with 3 additions and 1 deletions

View file

@ -67,6 +67,8 @@ rm -rf ~/dragoonDoriseTools
#Creating log file
LOGFILE="$HOME/emudeck/emudeck.log"
echo "Press the button to start..." > ~/emudeck/chdtool.log
mv "${LOGFILE}" "$HOME/emudeck/emudeck.last.log" #backup last log
echo "${@}" > "${LOGFILE}" #might as well log out the parameters of the run

View file

@ -165,7 +165,7 @@ else
exit
fi
echo 100 > "$HOME/emudeck/chdtool.log"
echo "All files converted to CHD." > "$HOME/emudeck/chdtool.log"
text="$(printf "<b>Done!</b>\n\n If you use Steam Rom Manager to catalog your games you will need to open it now to update your games")"
zenity --question \