Flip condition to unindent pretty much all the code

No semantic changes.
This commit is contained in:
2018-03-23 17:24:23 +01:00
parent d5a54b7cf1
commit 5a42e2dcb8

View File

@@ -1,5 +1,8 @@
if [ ! -f /installed ]; then if [ -f /installed ]; then
return
fi
SITEPKG=$(echo /opt/python/lib/python3.*/site-packages) SITEPKG=$(echo /opt/python/lib/python3.*/site-packages)
echo "Installing Blender Cloud packages into $SITEPKG" echo "Installing Blender Cloud packages into $SITEPKG"
@@ -15,4 +18,3 @@ if [ ! -f /installed ]; then
echo "All packages installed." echo "All packages installed."
touch /installed touch /installed
fi