File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -147,13 +147,13 @@ cp -a /tmp/easyengine/etc/nginx/* /usr/share/easyengine/nginx/ &>> $INSTALLLOG |
147147cp -a /tmp/easyengine/usr/share/easyengine/* /usr/share/easyengine/ & >> $INSTALLLOG || OwnError " Unable To Copy Configuration Files "
148148
149149# EE Command
150- cp -a /tmp/easyengine/usr/local/sbin/* /usr/local/sbin/ & >> $INSTALLLOG || OwnError " Unable To Copy EasyEngine Command"
150+ cp -a /tmp/easyengine/usr/local/sbin/easyengine /usr/local/sbin/ & >> $INSTALLLOG || OwnError " Unable To Copy EasyEngine Command"
151151
152152# EE Man Pages
153153cp -a /tmp/easyengine/man/ee.8 /usr/share/man/man8/ & >> $INSTALLLOG || OwnError " Unable To Copy EasyEngine Man Pages"
154154
155155# Change Permission For EE
156- chmod 750 /usr/local/sbin/easyengine /usr/local/sbin/eeupdate || OwnError " Unable To Change EasyEngine Command Permission"
156+ chmod 750 /usr/local/sbin/easyengine || OwnError " Unable To Change EasyEngine Command Permission"
157157
158158# Create Symbolic Link If Not Exist
159159if [ ! -L /usr/local/sbin/ee ]
Original file line number Diff line number Diff line change @@ -50,13 +50,13 @@ EEUPDATE()
5050 cp -a /tmp/easyengine/usr/share/easyengine/* /usr/share/easyengine/ & >> $INSTALLLOG || OwnError " Unable To Copy Configuration Files "
5151
5252 # EE Command
53- cp -a /tmp/easyengine/usr/local/sbin/* /usr/local/sbin/ & >> $INSTALLLOG || OwnError " Unable To Copy EasyEngine Command"
53+ cp -a /tmp/easyengine/usr/local/sbin/easyengine /usr/local/sbin/ & >> $INSTALLLOG || OwnError " Unable To Copy EasyEngine Command"
5454
5555 # EE Man Pages
5656 cp -a /tmp/easyengine/man/ee.8 /usr/share/man/man8/ & >> $INSTALLLOG || OwnError " Unable To Copy EasyEngine Man Pages"
5757
5858 # Change Permission For EE
59- chmod 750 /usr/local/sbin/easyengine /usr/local/sbin/eeupdate || OwnError " Unable To Change EasyEngine Command Permission"
59+ chmod 750 /usr/local/sbin/easyengine || OwnError " Unable To Change EasyEngine Command Permission"
6060
6161 # Create Symbolic Link If Not Exist
6262 if [ ! -L /usr/local/sbin/ee ]
You can’t perform that action at this time.
0 commit comments