influxdb user removed by purge

[ci skip]
pull/4278/head
Philip O'Toole 2015-09-29 15:53:07 -07:00
parent a754462e20
commit 1daf665a1d
1 changed files with 0 additions and 4 deletions

View File

@ -326,10 +326,6 @@ if [ -d $INSTALL_ROOT_DIR ]; then
rm -r "$INSTALL_ROOT_DIR"
fi
id influxdb 2>/dev/null 1>/dev/null
if [ $? -eq 0 ]; then
userdel -r influxdb
fi
EOF
echo "Post-uninstall script created successfully at $POST_UNINSTALL_PATH"
}