templates

This commit is contained in:
qo-op 2020-04-30 02:04:13 +02:00
parent 60824276fb
commit 70caf0b017
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ MY_PATH="`dirname \"$0\"`" # relative
MY_PATH="`( cd \"$MY_PATH\" && pwd )`" # absolutized and normalized
## Config
templates="$MY_PATH/templates/ipfs"
templates="$MY_PATH/.install/templates/ipfs"
if [ "$EUID" -eq 0 ]
then echo -e "${c_red}DO NOT EXECUTE AS root. Choose a user for your Astroport Station (we like pi)$c_"