diff options
author | Georg | 2021-12-04 21:35:11 +0100 |
---|---|---|
committer | Georg | 2021-12-04 21:35:11 +0100 |
commit | 57c90a239d95cc17a063f291e926978db06d0da5 (patch) | |
tree | be19c12467bbab780c4507641f135d75d41780b3 /scripts | |
parent | 35320e15a35aae27e909b1e777da811ad2174621 (diff) | |
download | system-57c90a239d95cc17a063f291e926978db06d0da5.tar.gz system-57c90a239d95cc17a063f291e926978db06d0da5.tar.bz2 system-57c90a239d95cc17a063f291e926978db06d0da5.zip |
Productionize
Signed-off-by: Georg <georg@lysergic.dev>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/sh/deploy_ssh_ca_client.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/sh/deploy_ssh_ca_client.sh b/scripts/sh/deploy_ssh_ca_client.sh index aa5dbee..12ec1bc 100644 --- a/scripts/sh/deploy_ssh_ca_client.sh +++ b/scripts/sh/deploy_ssh_ca_client.sh @@ -6,7 +6,7 @@ # Author: Georg Pfuetzenreuter <georg@lysergic.dev> # Last edit: 04/12/2021 # -# Not ready for production use. +# Tested on OpenBSD and OpenSUSE. get_ip_address () { case $KERNEL in |