scripts/bash/if-python-user.bash

6 lines
75 B
Bash

#!/usr/bin/env bash
if [[ $USER != "root" ]]; then
NOROOT="--user"
fi