diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-18 09:08:45 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-18 09:13:42 +0700 |
commit | fb70acbb6420f3f1e57a23fa0768f0580f968f9c (patch) | |
tree | 5a183f5c328108586bf1f2ff2f7102d6385581f3 /system/webmin/doinst.sh | |
parent | a4cd3b4dce4ac81f7109262805402b5bdd737764 (diff) |
system/webmin: Fix script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/webmin/doinst.sh')
-rw-r--r-- | system/webmin/doinst.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/system/webmin/doinst.sh b/system/webmin/doinst.sh index 74d778aaeb..9eb3f70183 100644 --- a/system/webmin/doinst.sh +++ b/system/webmin/doinst.sh @@ -22,6 +22,5 @@ preserve_perms() { config $NEW } -# Signal the startup script to do some post install configuration +# Signal the startup script to do some post install configuration touch etc/webmin/FIRSTRUN - |