Skip to content

Commit

Permalink
Version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Javinator9889 committed May 15, 2018
1 parent f874aa2 commit a936e87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion service_creator/values/Constants.py
Expand Up @@ -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" \
Expand Down
1 change: 1 addition & 0 deletions template.sh
Expand Up @@ -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
Expand Down

0 comments on commit a936e87

Please sign in to comment.