Fix for travis on Ubuntu focal
This commit is contained in:
@@ -13,6 +13,7 @@ export DEBIAN_FRONTEND=noninteractive
|
||||
unset LANG
|
||||
export LANG='en_US.UTF-8'
|
||||
export LC_ALL='C.UTF-8'
|
||||
wo_distro=$(lsb_release -sc)
|
||||
|
||||
if [ -z "$1" ]; then
|
||||
{
|
||||
@@ -259,6 +260,7 @@ else
|
||||
exit_script
|
||||
|
||||
fi
|
||||
if [ "$wo_distro" != "focal" ]; then
|
||||
echo -ne " wo secure --sshport [..]\r"
|
||||
if {
|
||||
wo secure --sshport 2022
|
||||
@@ -283,6 +285,7 @@ else
|
||||
exit_script
|
||||
|
||||
fi
|
||||
fi
|
||||
echo -ne " wo secure --port [..]\r"
|
||||
if {
|
||||
wo secure --port 22223
|
||||
|
||||
Reference in New Issue
Block a user