deployement: be a bit less verbose

This commit is contained in:
oxapentane - 2023-06-08 13:45:23 +02:00
parent 4a47b53b4d
commit 0d412cf40c
Signed by: oxapentane
GPG Key ID: 91FA5E5BF9AA901C
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ let
(pkgs.writeScriptBin "deploy" ''
#!${pkgs.runtimeShell}
set -xe
set -e
echo -e "\033[0;33mChecking if ${host} is up (ip: ${ip})\033[0m"