We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec88edb commit 19c5953Copy full SHA for 19c5953
registry/coder/modules/kasmvnc/run.sh
@@ -235,15 +235,15 @@ get_http_dir() {
235
if [[ -e /etc/kasmvnc/kasmvnc.yaml ]]; then
236
d=$(grep -E '^\s*httpd_directory:.*$' "/etc/kasmvnc/kasmvnc.yaml" | awk '{print $2}')
237
if [[ -n "$d" && -d "$d" ]]; then
238
- httpd_directory=$d
+ httpd_directory=$d
239
fi
240
241
242
# Check the home directory for overriding values
243
if [[ -e "$HOME/.vnc/kasmvnc.yaml" ]]; then
244
d=$(grep -E '^\s*httpd_directory:.*$' "$HOME/.vnc/kasmvnc.yaml" | awk '{print $2}')
245
246
247
248
249
echo $httpd_directory
0 commit comments