Skip to content
Snippets Groups Projects
Verified Commit 429763dd authored by David Beniamine's avatar David Beniamine
Browse files

Fix fstab killing issue

parent 6b00d1ec
No related branches found
No related tags found
No related merge requests found
......@@ -98,9 +98,9 @@ then
echo "/home/dolibarr ${DOLIBARR_DOCUMENTS_DIR} none bind 0 0"
else
echo "\"/home/dolibarr ${DOLIBARR_DOCUMENTS_DIR} none bind 0 0\"" \
"> /etc/fstab"
">> /etc/fstab"
echo "/home/dolibarr ${DOLIBARR_DOCUMENTS_DIR} none bind 0 0" \
> /etc/fstab
>> /etc/fstab
fi
mount ${VERBOSE:+v} /usr/share/dolibarr/documents
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment