From 62e5c55ada7ca6522343ee5c873de20e7ae19a3f Mon Sep 17 00:00:00 2001 From: Anton Midyukov Date: Wed, 18 Nov 2020 23:07:44 +0700 Subject: [PATCH] deflogin: Disable debug mode for rootfs/image-scripts.d/50-users Forgot to disable up after finishing debugging. --- features.in/deflogin/rootfs/image-scripts.d/50-users | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features.in/deflogin/rootfs/image-scripts.d/50-users b/features.in/deflogin/rootfs/image-scripts.d/50-users index cec463f9..0fdf2ec8 100755 --- a/features.in/deflogin/rootfs/image-scripts.d/50-users +++ b/features.in/deflogin/rootfs/image-scripts.d/50-users @@ -1,4 +1,4 @@ -#!/bin/sh -x +#!/bin/sh # add regular user(s) assigning passwords and attributes of power # NB: care that the utilities exist; shadow-utils is warranted