Search Results

Search: Posts Made By: madasafish
2,980
Posted By madasafish
Stopping Start/Stop scripts in reverse order
#Define the Start/Stop/Status Scripts to include
SSS_SCRIPTS=( prog1 prog2 prog3 etc...... )

#Start the scripts
StartScripts()
{
for SSS in ${SSS_SCRIPTS }
do
./$SSS start
done
}
...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 01:43 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy