Fix motion installation error if user "video" already exist

Add device present check to initskript
Change webcam quality to default
This commit is contained in:
Arne Fitzenreiter
2009-07-11 20:21:18 +02:00
parent b4a3be4764
commit fa52201e11
3 changed files with 9 additions and 1 deletions

View File

@@ -25,3 +25,5 @@
extract_files
restore_backup ${NAME}
useradd -s /bin/false video
#Ignore error if the user already exist
exit 0