FIX syntax error in script
This commit is contained in:
parent
e746c3282b
commit
43c7ffe535
2
install_all.sh
Normal file → Executable file
2
install_all.sh
Normal file → Executable file
@ -9,7 +9,7 @@ if [ $UID != 0 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
DEST=/opt/odoo
|
DEST=/opt/odoo
|
||||||
OPTIONS=-av --exclude .git --chown odoo:odoo
|
OPTIONS="-av --exclude .git --chown odoo:odoo"
|
||||||
|
|
||||||
SRC=./odoo/
|
SRC=./odoo/
|
||||||
sudo rsync $OPTIONS $SRC $DEST/core/
|
sudo rsync $OPTIONS $SRC $DEST/core/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user