mirror of
https://github.com/tsingui/softcenter-1.git
synced 2024-12-24 19:15:34 +00:00
13 lines
397 B
Bash
Executable File
13 lines
397 B
Bash
Executable File
#! /bin/sh
|
|
|
|
cp -rf /tmp/shellinabox/shellinabox /jffs/softcenter/
|
|
cp -rf /tmp/shellinabox/scripts/* /jffs/softcenter/scripts/
|
|
cp -rf /tmp/shellinabox/res/* /jffs/softcenter/res/
|
|
cp -rf /tmp/shellinabox/webs/* /jffs/softcenter/webs
|
|
chmod 755 /jffs/softcenter/shellinabox/*
|
|
chmod 755 /jffs/softcenter/scripts/shellinabox_start.sh
|
|
killall shellinaboxd
|
|
sleep 1
|
|
rm -rf /tmp/shellinabox*
|
|
|