mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
fix port already used service
This commit is contained in:
parent
37bac48c8a
commit
5270cd2c6b
1 changed files with 1 additions and 1 deletions
|
@ -439,7 +439,7 @@ TEST_PORT_ALREADY_USED () {
|
|||
lxc file push $TEST_CONTEXT/netcat.service $LXC_NAME/etc/systemd/system/netcat.service
|
||||
|
||||
# Then start this service to block this port.
|
||||
LXC_EXEC "systemctl enable netcat & systemctl start netcat"
|
||||
LXC_EXEC "systemctl enable --now netcat"
|
||||
|
||||
_PREINSTALL
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue