Multiple-line Commands
Hi,
Is there a way to enter more than one command line in Preferences | Commands menu?
This is what I want to do, if I can:_
<COMMANDS>
#go to squidGuard db folder
cd /usr/local/squidGuard/db/
#make sure that all files are owned by Squid
chown -R squid.squid *
#stop Squid
/etc/rc.d/init.d/squid stop
#Re-compiling config files:
su squid
/usr/local/squidGuard/bin/squidGuard -C all -d
exit
#start Squid
/etc/rc.d/init.d/squid start
</COMMANDS>
Can it be done?
TVMIA,
Cheers,
Adem
Is there a way to enter more than one command line in Preferences | Commands menu?
This is what I want to do, if I can:_
<COMMANDS>
#go to squidGuard db folder
cd /usr/local/squidGuard/db/
#make sure that all files are owned by Squid
chown -R squid.squid *
#stop Squid
/etc/rc.d/init.d/squid stop
#Re-compiling config files:
su squid
/usr/local/squidGuard/bin/squidGuard -C all -d
exit
#start Squid
/etc/rc.d/init.d/squid start
</COMMANDS>
Can it be done?
TVMIA,
Cheers,
Adem