something is not allowing the mycroft user to be created?
parent
3bc3594db9
commit
5c75fe3716
|
@ -56,8 +56,6 @@ initialize_service "mycroft-messagebus"
|
||||||
initialize_service "mycroft-skills"
|
initialize_service "mycroft-skills"
|
||||||
initialize_service "mycroft-speech-client"
|
initialize_service "mycroft-speech-client"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
start_service "mycroft-messagebus"
|
start_service "mycroft-messagebus"
|
||||||
start_service "mycroft-skills"
|
start_service "mycroft-skills"
|
||||||
start_service "mycroft-speech-client"
|
start_service "mycroft-speech-client"
|
||||||
|
|
|
@ -100,7 +100,7 @@ chmod 0755 ${POSTINST_FILE}
|
||||||
echo "Creating debian prerm file"
|
echo "Creating debian prerm file"
|
||||||
PRERM_FILE=${DEB_DIR}/DEBIAN/prerm
|
PRERM_FILE=${DEB_DIR}/DEBIAN/prerm
|
||||||
cp ${TOP}/publish-core/deb_base/prerm.template ${PRERM_FILE}
|
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}
|
chmod 0755 ${PRERM_FILE}
|
||||||
|
|
||||||
echo "Creating debian postrm file"
|
echo "Creating debian postrm file"
|
||||||
|
|
Loading…
Reference in New Issue