1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/garage_ynh.git synced 2024-09-03 18:36:32 +02:00

fix mount script

This commit is contained in:
oiseauroch 2022-12-23 11:27:00 +01:00
parent 7cd0be6339
commit fa52d0a4b4

View file

@ -4,7 +4,7 @@ then
datadir=__DATADIR__
format=$1
i=0
while $(fdisk -l /dev/nbd$i 1&>2 /dev/null)
while fdisk -l /dev/nbd$i 1> /dev/null 2> /dev/null
do
i=$(( i + 1 ))
done