Skip to content

Commit

Permalink
Update testservice.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkenLight authored Mar 8, 2023
1 parent c7223a2 commit 9095c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testservice.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ echo " | |__| | | |____ | |____ | |____ | | | | _| |_ | |\ |"
echo " \____/ |______| |______| |______| |_| |_| |_____| |_| \_|"
echo " "
echo '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~'
if service ${project_name} status | grep -q "is running"; then echo "${project_name} is Running at Jail IP:8069"; else echo "${project_name} is not running.."; fi
if service ${project_name} status | grep -q "is running"; then echo "${project_name} is Running at Jail IP:8096"; else echo "${project_name} is not running.."; fi
echo '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~'

0 comments on commit 9095c86

Please sign in to comment.