Update and rename 00-portainer_install.sh to 00-aaa_portainer_install.sh

This commit is contained in:
Alexandre
2021-12-19 18:17:42 +01:00
committed by GitHub
parent 837f05f3f0
commit 37c1f6d7d8

View File

@@ -1,7 +1,7 @@
#!/bin/bash
if [ -e "/PORTFILE" ]; then
echo "Installing portainer..."
BUILD_UPSTREAM=$(cat /PORTFILE)
BUILD_UPSTREAM=$(</PORTFILE)
BUILD_ARCH=$(uname -m)
echo "${BUILD_ARCH}"