fix: doesn't work with sh, just bash

This commit is contained in:
jabuxas 2024-09-06 16:43:38 -03:00
parent cc7db8c441
commit 804366e331

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
echo "Press enter to use the default value '[value]' or use a custom value" echo "Press enter to use the default value '[value]' or use a custom value"
read -p "Server domain name - this is the end url of where abyss will be hosted []: " -e ABYSS_URL read -p "Server domain name - this is the end url of where abyss will be hosted []: " -e ABYSS_URL