shell script not executable remote server

后端 未结 0 546
深忆病人
深忆病人 2021-01-30 02:54
#!/bin/bash

if [ -n "$1" ]; then
        file= ls /etc/apache2/sites-available | grep $1
        if [ $file ="true" ]; then
                cd /etc/         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题