Use more portable shebang for loolwsd-generate-proof-key script

Signed-off-by: Gleb Popov <6yearold@gmail.com>
Change-Id: I986bbacf224a1058aeb27fd3835dbc91b6b5c6d6
pull/3586/head
Gleb Popov 2021-08-20 21:16:14 +03:00 committed by Andras Timar
parent 4d22123fc3
commit b948e431f3
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
SUDO=''
if [ ! -w "/etc/loolwsd" ]; then