diff options
| -rwxr-xr-x | boot/boot.sh | 2 | ||||
| -rwxr-xr-x | client/start.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/boot/boot.sh b/boot/boot.sh index f57da14..9fc8af8 100755 --- a/boot/boot.sh +++ b/boot/boot.sh @@ -1,4 +1,4 @@ #!/bin/bash -# This file exists for backwards compatibility with older versions of jasper. +# This file exists for backwards compatibility with older versions of Jasper. # It might be removed in future versions. "${0%/*}/boot.py" diff --git a/client/start.sh b/client/start.sh index 935ebf4..cde8d8d 100755 --- a/client/start.sh +++ b/client/start.sh @@ -1,4 +1,4 @@ #!/bin/bash -# This file exists for backwards compatibility with older versions of jasper. +# This file exists for backwards compatibility with older versions of Jasper. # It might be removed in future versions. "${0%/*}/main.py" |
