Skip to content

Commit 8b37913

Browse files
author
Martin Bartlett
committed
Fix
1 parent 334edc8 commit 8b37913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configurator/start-configurator.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mkdir -p $HOME/.local/share/actions-for-nautilus
77

88
[ -f $HOME/.local/share/actions-for-nautilus/config.json ] || cp ./sample-config.json $HOME/.local/share/actions-for-nautilus/config.json
99

10-
if [ -f $PWD/javascript/jquery.min.js ] then
10+
if [ -f $PWD/javascript/jquery.min.js ]; then
1111
JQUERY=$PWD/javascript/jquery.min.js
1212
else
1313
JQUERY=/usr/share/javascript/jquery/jquery.min.js

0 commit comments

Comments
 (0)