1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-02 04:48:57 +02: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}