diff --git a/scripts/update_dev.sh b/scripts/update_dev.sh index 6dfa67bfa..438c57606 100755 --- a/scripts/update_dev.sh +++ b/scripts/update_dev.sh @@ -65,7 +65,7 @@ fi cd /tmp && unzip /tmp/dev.zip CP_CMD=/usr/bin/cp -if [ -f /usr/cp ];then +if [ -f /bin/cp ];then CP_CMD=/bin/cp fi $CP_CMD -rf /tmp/mdserver-web-dev/* /www/server/mdserver-web