mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-25 11:58:44 +08:00
5 lines
176 B
Bash
5 lines
176 B
Bash
#!/bin/bash
|
|
export PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin
|
|
new_password=$1
|
|
sudo su && cd /www/server/panel && python tools.py panel $new_password
|