docs: update

This commit is contained in:
Dylan Araps 2020-01-31 11:38:52 +02:00
parent a453e84ed2
commit 55e603ab66
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 2 additions and 2 deletions

2
kiss
View File

@ -50,7 +50,7 @@ prompt() {
as_root() {
# Simple function to run a command as root using either 'sudo',
# 'doas' or 'su'. This also handles KISS' environment variables.
# 'doas' or 'su'. Hurrah for choice.
log "Using '${su:-su}'"
case $su in