mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
limit sleep to aachr64
This commit is contained in:
parent
1f759407b0
commit
9de3f37d67
1 changed files with 5 additions and 1 deletions
|
@ -179,7 +179,11 @@ LXC_START () {
|
||||||
sleep 1
|
sleep 1
|
||||||
done
|
done
|
||||||
echo ""
|
echo ""
|
||||||
sleep 30
|
if [ "$(uname -m)" == "aarch64" ]
|
||||||
|
then
|
||||||
|
sleep 30
|
||||||
|
fi
|
||||||
|
|
||||||
local failstart=0
|
local failstart=0
|
||||||
# Check if the container is running
|
# Check if the container is running
|
||||||
if ! is_lxc_running; then
|
if ! is_lxc_running; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue