Skip to content
Snippets Groups Projects
Commit 6d072393 authored by Bob Mottram's avatar Bob Mottram
Browse files

Comment

parent 31316c3b
No related branches found
No related tags found
No related merge requests found
......@@ -208,7 +208,7 @@ if grep -q "install_sip" $COMPLETION_FILE; then
SIP_EXTENSION=$(freedombone-sipfreeext)
freedombone-addsipuser -u $MY_USERNAME -e $SIP_EXTENSION -p "$NEW_USER_PASSWORD"
if [ ! "$?" = "0" ]; then
echo 'SIP user could not be added'
echo 'SIP user could not be added. Ensure that extension numbers are in order and do no exceed 299'
userdel -r $MY_USERNAME
exit 10
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment