Skip to content
Snippets Groups Projects
Commit 153b5466 authored by Bob Mottram's avatar Bob Mottram
Browse files

Comments

parent add39d47
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment