diff --git a/src/freedombone-utils-selector b/src/freedombone-utils-selector
index a9dce0bbdf1e64e965428771141e4cae5a9f8e47..536dfafb2c16a72dc80a47a98ed6a802b729e0ff 100755
--- a/src/freedombone-utils-selector
+++ b/src/freedombone-utils-selector
@@ -647,6 +647,9 @@ function remove_users_for_app {
 }
 
 function app_being_added_indicator {
+    # This indicates if an app is about to be added
+    # If a failure subsequently happens then this can be used
+    # to show the failure screen within webadmin
     if [ ! -f /root/.addremove_app_command ]; then
         touch /root/.addremove_app_command
     fi