diff --git a/actions.toml b/actions.toml index 4524def..d5f7cd1 100644 --- a/actions.toml +++ b/actions.toml @@ -7,27 +7,27 @@ description = "Change the public access of the app." [public_private.arguments] [public_private.arguments.is_public] type = "boolean" - ask = "Is it a public app ?" + ask = "Is it a public app?" default = true [reset_default_nginx] -name = "Reset the nginx config for this app." +name = "Reset the NGINX config for this app." command = "/bin/bash scripts/actions/reset_default_system nginx" # user = "root" # optional # cwd = "/" # optional # accepted_return_codes = [0, 1, 2, 3] # optional accepted_return_codes = [0] -description = "Reset the nginx config for this app." +description = "Reset the NGINX config for this app." [reset_default_phpfpm] -name = "Reset the php-fpm config for this app." +name = "Reset the PHP-FPM config for this app." command = "/bin/bash scripts/actions/reset_default_system phpfpm" # user = "root" # optional # cwd = "/" # optional # accepted_return_codes = [0, 1, 2, 3] # optional accepted_return_codes = [0] -description = "Reset the php-fpm config for this app." +description = "Reset the PHP-FPM config for this app." [reset_default_app] @@ -41,10 +41,10 @@ description = "Reset the app to its default configuration to try to fix potentia [disable_maintenance] -name = "Disable the maintenance mode of Wordpress" +name = "Disable the maintenance mode of WordPress" command = "/bin/bash scripts/actions/disable_maintenance" # user = "root" # optional # cwd = "/" # optional # accepted_return_codes = [0, 1, 2, 3] # optional accepted_return_codes = [0] -description = "Disable the maintenance mode of Wordpress if you're stuck after an upgrade" +description = "Disable the maintenance mode of WordPress if you're stuck after an upgrade"