Newline doesn't work in linux echo

This commit is contained in:
cmdr2 2022-10-04 16:21:57 +05:30
parent 9de91d3021
commit 889fd98577

View File

@ -1,6 +1,7 @@
#!/bin/bash
echo "Stable Diffusion UI - v2.5\n\n"
echo "Stable Diffusion UI - v2.5"
echo ""
export START_CMD_FILENAME="start.sh"
export SD_BASE_DIR=$(pwd)