Skip to content

Commit

Permalink
updated help command
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Jan 20, 2020
1 parent ca9310b commit 3ba3ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cyberPanel.py
Original file line number Diff line number Diff line change
Expand Up @@ -1302,7 +1302,7 @@ def main():

command = '/usr/bin/cyberpanel_utility --upgrade'
ProcessUtilities.executioner(command)
elif args.function == 'utilhelp':
elif args.function == 'help':
if not os.path.exists('/usr/bin/cyberpanel_utility'):
command = 'wget -q -O /usr/bin/cyberpanel_utility https://cyberpanel.sh/misc/cyberpanel_utility.sh'
ProcessUtilities.executioner(command)
Expand Down

0 comments on commit 3ba3ae7

Please sign in to comment.