Arreglos varios #6

Open
fauno wants to merge 21 commits from arreglos into master
Showing only changes of commit 0b77d81c2b - Show all commits

View file

@ -13,6 +13,7 @@ for filename in $install_dir/stack/*;do
done
while :;do
[ -f $install_dir/stop ] && break
[ -f $install_dir/lock ] && continue
ping -c 1 fsf.org > /dev/null 2>&1 || continue