something is not allowing the mycroft user to be created?

pull/227/head
aatchison 2016-06-22 15:55:14 -05:00
parent 3bc3594db9
commit 5c75fe3716
2 changed files with 1 additions and 3 deletions

View File

@ -56,8 +56,6 @@ initialize_service "mycroft-messagebus"
initialize_service "mycroft-skills"
initialize_service "mycroft-speech-client"
start_service "mycroft-messagebus"
start_service "mycroft-skills"
start_service "mycroft-speech-client"

View File

@ -100,7 +100,7 @@ chmod 0755 ${POSTINST_FILE}
echo "Creating debian prerm file"
PRERM_FILE=${DEB_DIR}/DEBIAN/prerm
cp ${TOP}/publish-core/deb_base/prerm.template ${PRERM_FILE}
#replace ${PRERM_FILE} "%%INSTALL_USER%%" "mycroft"
replace ${PRERM_FILE} "%%INSTALL_USER%%" "mycroft"
chmod 0755 ${PRERM_FILE}
echo "Creating debian postrm file"