limit sleep to aachr64

This commit is contained in:
yalh76 2019-03-03 23:47:47 +01:00
parent 1f759407b0
commit 9de3f37d67

View file

@ -179,7 +179,11 @@ LXC_START () {
sleep 1
done
echo ""
if [ "$(uname -m)" == "aarch64" ]
then
sleep 30
fi
local failstart=0
# Check if the container is running
if ! is_lxc_running; then