* Synced with trunk @ 15058
svn path=/nixos/branches/modular-nixos/; revision=15354
This commit is contained in:
parent
56be444092
commit
c4ad0f5454
|
@ -67,7 +67,7 @@ start script
|
|||
do
|
||||
if [ ! -d "$dir" ]
|
||||
then
|
||||
mkdir "$dir" && chown atd:atd "$dir"
|
||||
mkdir -p "$dir" && chown atd:atd "$dir"
|
||||
fi
|
||||
done
|
||||
chmod 1770 "$spooldir" "$jobdir"
|
||||
|
|
Loading…
Reference in New Issue