This commit is contained in:
Kyle Spearrin 2018-03-27 21:15:16 -04:00
parent c3d3369601
commit 68427fd2de
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
NOUSER=`id -u bitwarden > /dev/null 2>&1; echo $?`
LUID=${LOCAL_UID:-999}