25 06 2015
Ubuntu는 /bin/sh 가 dash 로 연결되 있다. 이걸 /bin/sh로 바꾸면 된다.
1 2 |
ls -al /bin/sh lrwxrwxrwx 1 root root 4 Feb 19 2014 /bin/sh -> dash |
이걸 바꾼다.
1 2 3 4 5 6 |
$cd /bin $sudo rm /bin/sh $sudo ln -s bash /bin/sh $ls -l /bin/sh lrwxrwxrwx 1 root root 4 Jun 25 10:23 /bin/sh -> bash |
. /etc/init.d/functions ==> . /lib/lsb/init-functions success: command not found 이경우 ubuntu 는
1 |
log_success_msg OK, log_fail_msg FAIL로 변환 |