1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-04-05 03:53:01 +02:00
This commit is contained in:
aclist 2022-08-15 19:39:05 +09:00
parent c538ff06ad
commit e91003979c

2
dzgui.sh Executable file → Normal file
View file

@ -485,7 +485,7 @@ launch(){
source_script=$(realpath "$0")
source_dir=$(dirname "$source_script")
echo "$launch_options" > "$source_dir"/options.log
echo "[DZGUI] Wrote launch options ot to $source_dir/options.log"
echo "[DZGUI] Wrote launch options to $source_dir/options.log"
zenity --info --width 500 --title="DZGUI" --text="Wrote launch options to \n$source_dir/options.log" 2>/dev/null
fi