FIX syntax error in script

This commit is contained in:
Jorge Enrique Gómez Gómez 2020-12-22 23:45:15 -05:00
parent e746c3282b
commit 43c7ffe535

2
install_all.sh Normal file → Executable file
View File

@ -9,7 +9,7 @@ if [ $UID != 0 ]; then
fi
DEST=/opt/odoo
OPTIONS=-av --exclude .git --chown odoo:odoo
OPTIONS="-av --exclude .git --chown odoo:odoo"
SRC=./odoo/
sudo rsync $OPTIONS $SRC $DEST/core/