mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-05-30 17:09:43 +00:00
fix unexpected end of file from
This commit is contained in:
@@ -319,8 +319,9 @@ podman run -d \
|
||||
"${EXTRA_ARGS[@]}" "${TRANSPORT_ARGS[@]}"
|
||||
|
||||
read -p "Enter a comment for the config (default: OLC chat - t.me/openlibrecommunitychat): " sub_configname
|
||||
if [-f "$sub_configname"]; then
|
||||
if [ -z "$sub_configname" ]; then
|
||||
sub_configname="OLC chat - t.me/openlibrecommunitychat"
|
||||
fi
|
||||
|
||||
echo ""
|
||||
echo "[+] Server started successfully!"
|
||||
|
||||
Reference in New Issue
Block a user