sh kapat.sh komutunu verdiğimde sırasıyla kapatıyor hepsini ama nedense oyun hala açık kalıyor bu sorunu nasıl çözebilirim kapat.sh dosyamı buraya upload ediyorum eksikler var ise yardımcı olur musunuz?
Linkleri Görebilmek İçin Üye Olmanız Gerekmektedir. Üye Olmak İçin Tıklayınız...
Kod (Text):
- #!/bin/sh
- # This script is only here for convience
- # It calls all other autorun shellscripts in the
- # various subdirectories.
- if [ `id -u` = "root" ]; then
- echo "This script must not be run as root" 1>&2
- exit 1
- fi
- ROOT=$PWD
- # First launch the database loop
- clear
- echo -e...