Skip to content

Commit 8b9c9a4

Browse files
committed
Uploaded administrative Bash scripts
1 parent d4dcd7f commit 8b9c9a4

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

scripts/restart.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
service nginx restart

scripts/start.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
service nginx start

scripts/status.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
service nginx status

scripts/stop.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
service nginx stop

0 commit comments

Comments
 (0)