Update 'root/usr/libexec/apps/lxc-attach/lxc-attach.sh'

main
ben 1 year ago
parent 4c9a19aef1
commit 52ce14735b

@ -29,11 +29,11 @@ lxc-attach -n "$config"
usage() {
echo "usage: $0 sub-command"
echo "where sub-command is one of:"
echo " install Install lxdterm"
echo " upgrade Upgrade lxdterm"
echo " rm/start/stop/restart Remove/Start/Stop/Restart lxdterm"
echo " status lxdterm status"
echo " port lxdterm port"
echo " install Install lxc-attach"
echo " upgrade Upgrade lxc-attach"
echo " rm/start/stop/restart Remove/Start/Stop/Restart lxc-attach"
echo " status lxc-attach status"
echo " port lxc-attach port"
}
case ${ACTION} in

Loading…
Cancel
Save