Browse Source

Selected app

Bob Mottram 7 years ago
parent
commit
eed3f511d1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-controlpanel

+ 1
- 1
src/freedombone-controlpanel View File

@@ -268,7 +268,7 @@ function view_or_change_passwords {
268 268
 
269 269
     CURR_PASSWORD=$(${PROJECT_NAME}-pass -u ${SELECTED_USERNAME} -a ${SELECTED_APP})
270 270
 
271
-    icann_address=$(get_app_icann_address "$app_name")
271
+    icann_address=$(get_app_icann_address "${SELECTED_APP}")
272 272
     onion_address=$(get_app_onion_address "${SELECTED_APP}")
273 273
 
274 274
     titlestr=$"View or Change Password"