Flip condition to unindent pretty much all the code
No semantic changes.
This commit is contained in:
@@ -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
|
|
||||||
|
Reference in New Issue
Block a user