mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
Corrected spelling mistakes
This commit is contained in:
parent
95aab70c3e
commit
9189ca9488
335 changed files with 408 additions and 408 deletions
|
@ -1,15 +1,15 @@
|
|||
#!/bin/bash
|
||||
# info: unuspend cron job
|
||||
# info: unsuspend cron job
|
||||
# options: USER JOB [RESTART]
|
||||
#
|
||||
# The function unsuspen certain cron job.
|
||||
# The function unsuspend certain cron job.
|
||||
|
||||
|
||||
#----------------------------------------------------------#
|
||||
# Variable&Function #
|
||||
#----------------------------------------------------------#
|
||||
|
||||
# Argument defenition
|
||||
# Argument definition
|
||||
user=$1
|
||||
job=$2
|
||||
restart="${3-yes}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue