From 70caf0b01777f80835303e6e5f54ab0844aeaa87 Mon Sep 17 00:00:00 2001 From: qo-op Date: Thu, 30 Apr 2020 02:04:13 +0200 Subject: [PATCH] templates --- .install/ipfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.install/ipfs.sh b/.install/ipfs.sh index e08c391..aa5cfab 100755 --- a/.install/ipfs.sh +++ b/.install/ipfs.sh @@ -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_"