shell命令在windows下编辑过后出现Syntax error: end of file unexpected (expecting "then") 提示错误 这是因为我在windows下些的脚本,windows和linux的回车换行时不一样的字符,所以脚本在解释时会出现问题。 在windows里,换行用的两个符号,回车换\r行符号\n,在linux下只需一个符号\n就可以了. 1 sed-i's/\...
Linux提⽰Syntaxerror:endoffileunexpected(expect。。。shell命令在windows下编辑过后出现Syntax error: end of file unexpected (expecting "then") 提⽰错误 这是因为我在windows下些的脚本,windows和linux的回车换⾏时不⼀样的字符,所以脚本在解释时会出现问题。在windows⾥,换⾏⽤的两个符号,回车换...
echo $pid fi 如法应该是ok的,但总是报错: Syntax error: end of file unexpected (expecting "then") 上网查了下 大概是因为我在windows下些的脚本,windows和linux的回车换行时不一样的字符,所以脚本在解释时会出现问题。 在windows里,换行用的两个符号,回车换\r行符号\n,在linux下只需一个符号\n就可以...
脚本是遇到一个错误:Syntaxerror:endoffileunexpected(expectingfi),这个问题第一次遇到,但是其实原因很简单。比如说制定一个检查报告,检查报告里边有一个分栏是报错作用的,在这个分栏里边就可以找到相关错误的问题或者错误点。在这个分栏里边就可以找到相关错误的问题或者错误点。单纯的也可以指某个人给某...
Syntax error: end of file unexpected (expecting "fi") When I type in "./webbackup.sh" shell sh Share Improve this question Follow asked Mar 3, 2021 at 0:12 BrainInAVet 4166 bronze badges Add a comment 1 Answer Sorted by: 2 You incorrectly closed here document. When youw ri...
一、Nginx unexpected end of file 问题 通过letsencrypt 申请证书后,默认服务器安装了 Nginx 1.8 发现,在默认的 /etc/nginx/sites-enabled/default 内容配置 SSL 的 site.com.key 后。重启 Nginx 出现一下错误: nginx: [emerg] unexpected end of file, expecting ";" or "}" in /etc/nginx/sites-enabled...
有几点需要看看:1、 if [ $person =~ root ] ---这是要表示什么?是说明如果不等于root?2、 cat <<-FINIS --- 结束时却是 FINIS ,好像没匹配上 3、for 循环本身就会去遍历全部内容,感觉你加 shift ,不知道意义何在 ...
一、Nginx unexpected end of file 问题 通过letsencrypt 申请证书后,默认服务器安装了 Nginx 1.8 发现,在默认的 /etc/nginx/sites-enabled/default 内容配置 SSL 的 site.com.key 后。重启 Nginx 出现一下错误: nginx: [emerg] unexpected end of file, expecting ";" or "}" in /etc/nginx/sites-enabled...
I don't want to have another .sh file with a script and going to add a shell script code promptly in the Dockerfile. However, I receive an error message during the image build:/bin/sh: syntax error: unexpected end of file (expecting "do")...