MT#513 Remove dead code regarding upgrade action

No progress for >2 years, there's no point in keeping it any longer
0.18
Michael Prokop 13 years ago
parent 838ca0e163
commit 29ced95d47

@ -92,7 +92,6 @@ usage() {
if [ -r /usr/share/ngcp-ngcpcfg/functions/ha_features ] ; then
printf " $PN push [opts] - push modifications to other systems (shared storage setup only)\n"
printf " $PN pull - retrieve modifications from shared storage (shared storage setup only)\n"
# printf " $PN upgrade - upgrade all systems [WIP - do not use unless you know what you are doing!]\n"
fi
# display only if ngcp-ngcpcfg-locker is available
@ -130,7 +129,6 @@ case ${1:-} in
apply) shift ; build && services && commit "$*" && etckeeper ;;
encrypt) shift ; encrypt "$*" ;;
decrypt) shift ; decrypt "$*" ;;
upgrade) shift ; upgrade "$*" ;;
diff) shift ; diff "$*" ;;
init-mgmt) shift ; init-mgmt "$*" ;;
--debug) export DEBUG=1 ; shift ; $0 $* ;;

Loading…
Cancel
Save