1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00
This commit is contained in:
Kyle Spearrin
2018-03-27 21:15:16 -04:00
parent c3d3369601
commit 68427fd2de

View File

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