summaryrefslogtreecommitdiffstats
path: root/core/modules/redsocks
diff options
context:
space:
mode:
authorSimon Rettberg2021-07-27 15:47:51 +0200
committerSimon Rettberg2021-07-27 15:47:51 +0200
commitb5852a1dd1c69a3877e309968fd9ff66e9501ca3 (patch)
treef42c88ff7320fd49598d197eee26ab9f880f431d /core/modules/redsocks
parent[disk-partitions] Force permissions of persistent mount point (diff)
downloadmltk-b5852a1dd1c69a3877e309968fd9ff66e9501ca3.tar.gz
mltk-b5852a1dd1c69a3877e309968fd9ff66e9501ca3.tar.xz
mltk-b5852a1dd1c69a3877e309968fd9ff66e9501ca3.zip
fix useradd calls
Diffstat (limited to 'core/modules/redsocks')
-rw-r--r--core/modules/redsocks/module.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/redsocks/module.build b/core/modules/redsocks/module.build
index 28298664..b1d0e777 100644
--- a/core/modules/redsocks/module.build
+++ b/core/modules/redsocks/module.build
@@ -12,6 +12,6 @@ build () {
}
post_copy() {
- useradd --system --no-create-home --inactive "redsocks"
+ useradd --system --no-create-home "redsocks"
}