default config needs to add a string boi

This commit is contained in:
Wryn (yage) Wagner 2024-04-16 09:51:18 -06:00
parent 7853dc185c
commit 814a9d3cdf

View File

@ -16,7 +16,7 @@ SCWRYPTS__LIST_AVAILABLE_SCWRYPTS__remote() {
[sessions.$(hostnamectl --static)]
enabled = true
host = localhost
host = 'localhost'
" | sed 's/^\s\+//; 1d; $d;' > "$REMOTE_CONNECTIONS_FILE"
}