diff --git a/service_creator/values/Constants.py b/service_creator/values/Constants.py index fae98ac..9b37a66 100644 --- a/service_creator/values/Constants.py +++ b/service_creator/values/Constants.py @@ -5,7 +5,7 @@ MAIN_PROGRAM_COMMAND = "service_creator" MAIN_PROGRAM_DESCRIPTION = "Create custom services for your Debian-based systems (such as Ubuntu) with this tool | " \ "Automate the process and make everything faster and easier than ever" -MAIN_PROGRAM_VERSION = "0.99b" +MAIN_PROGRAM_VERSION = "1.0" MAIN_PROGRAM_EPILOG = MAIN_PROGRAM_NAME + " | v" + MAIN_PROGRAM_VERSION MAIN_PROGRAM_USAGE = Colors.HEADER + MAIN_PROGRAM_NAME + Colors.END_COLOR + "\nUse this tool for creating custom " \ "init.d scripts that will run" \ diff --git a/template.sh b/template.sh index f21fe3c..a7714d6 100644 --- a/template.sh +++ b/template.sh @@ -119,6 +119,7 @@ uninstall() { echo "Notice: log path was not removed: $LOG_PATH" >&2 update-rc.d -f "$NAME" remove rm -fv "$0" + rm -r "$WORK_DIR" else echo "Aborting..." fi