Skip to content

Commit

Permalink
remove profile support
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhanmoral committed Nov 11, 2012
1 parent 74f222d commit ed7736f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions res/uci.sh
Expand Up @@ -15,24 +15,24 @@ read_defaults
read_config

case "${1}" in
rename)
rename_profile "$2" "$3"
exit 0
;;
# rename)
# rename_profile "$2" "$3"
# exit 0
# ;;
delete)
delete_profile "$2"
exit 0
;;
select)
select_profile "$2"
exit 0
;;
# select)
# select_profile "$2"
# exit 0
# ;;
config)
print_config
;;
list)
list_profile
;;
# list)
# list_profile
# ;;
apply)
apply_config
;;
Expand Down

0 comments on commit ed7736f

Please sign in to comment.