-bash: syntax error near unexpected token `newline'

后端 未结 1 697
攒了一身酷
攒了一身酷 2021-01-30 12:34

To reset the admin password of SolusVM I am executing the following command:

php /usr/local/solusvm/scripts/pass.php --type=admin --comm=change --username=

        
相关标签:
1条回答
  • 2021-01-30 13:00

    The characters '<', and '>', are to indicate a place-holder, you should remove them to read:

    php /usr/local/solusvm/scripts/pass.php --type=admin --comm=change --username=ADMINUSERNAME
    
    0 讨论(0)
提交回复
热议问题