Fix user-creation
This commit is contained in:
parent
8536f85fd5
commit
f2f0eeba53
1 changed files with 1 additions and 1 deletions
2
APKBUILD
2
APKBUILD
|
@ -16,7 +16,7 @@ prepare() {
|
|||
install -d "$pkgname-$pkgver"
|
||||
tar -xf "$pkgname-$pkgver.tar.gz" -C "$pkgname-$pkgver"
|
||||
cd "$pkgname-$pkgver"
|
||||
adduser -S -D -h /var/lib/semaphore semaphore
|
||||
sudo adduser -S -D -h /var/lib/semaphore semaphore
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue