Skip to content

Commit

Permalink
style: Shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese committed May 25, 2023
1 parent 7ddfb58 commit f7805d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions run/install.sh
Expand Up @@ -90,9 +90,9 @@ if [ -f "${RDC}" ]; then

if [ "$ARCH" != "amd64" ]; then
mkdir -p /lib64/
cp $TMP/usr/lib/libc.so.6 /lib64/
cp $TMP/usr/lib/libpthread.so.0 /lib64/
cp $TMP/usr/lib/ld-linux-x86-64.so.2 /lib64/
cp "$TMP/usr/lib/libc.so.6" /lib64/
cp "$TMP/usr/lib/libpthread.so.0" /lib64/
cp "$TMP/usr/lib/ld-linux-x86-64.so.2" /lib64/
fi

mv /run/extract/scemd /run/extract/syno_extract_system_patch
Expand Down

0 comments on commit f7805d6

Please sign in to comment.