소스 검색

Update webmin.sh

tteckster 3 년 전
부모
커밋
6b3710f5e7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      misc/webmin.sh

+ 1 - 1
misc/webmin.sh

@@ -18,7 +18,7 @@ echo -e "${CHECKMARK} \e[1;92m Installing Webmin... \e[0m"
 dpkg --install webmin_1.984_all.deb &>/dev/null
 echo -e "${CHECKMARK} \e[1;92m Setting Default Webmin usermame & password to root... \e[0m"
 /usr/share/webmin/changepass.pl /etc/webmin root root &>/dev/null
-rm -rf /webmin_1.984_all.deb
+rm -rf /root/webmin_1.984_all.deb
 echo -e    "Install Complete, Now Go To https:// IP:10000"