mirror of
https://github.com/aclist/dztui.git
synced 2025-04-06 04:23:00 +02:00
Fix typo
This commit is contained in:
parent
c538ff06ad
commit
e91003979c
1 changed files with 1 additions and 1 deletions
2
dzgui.sh
Executable file → Normal file
2
dzgui.sh
Executable file → Normal file
|
@ -485,7 +485,7 @@ launch(){
|
||||||
source_script=$(realpath "$0")
|
source_script=$(realpath "$0")
|
||||||
source_dir=$(dirname "$source_script")
|
source_dir=$(dirname "$source_script")
|
||||||
echo "$launch_options" > "$source_dir"/options.log
|
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
|
zenity --info --width 500 --title="DZGUI" --text="Wrote launch options to \n$source_dir/options.log" 2>/dev/null
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue