%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /scripts2/attic/
Upload File :
Create Path :
Current File : //scripts2/attic/fix_favicon_and_robot.sh

#! /bin/bash

for user in `ls /var/cpanel/users`
do
	if [ ! -f /home/$user/public_html/favicon.ico ]; then
		echo "el $user no tiene favicon"
		touch /home/$user/public_html/favicon.ico
		chown $user.$user /home/$user/public_html/favicon.ico
	fi

	if [ ! -f /home/$user/public_html/robots.txt ]; then
		echo "el $user no tiene robot.txt"
		rm /home/$user/public_html/robot.txt
		touch /home/$user/public_html/robots.txt
		chown $user.$user /home/$user/public_html/robots.txt
	fi

done

Zerion Mini Shell 1.0