fix install script
This commit is contained in:
4
Run.sh
Normal file → Executable file
4
Run.sh
Normal file → Executable file
@@ -7,8 +7,8 @@ DEFAULT_CFG_FILE=UnrealTournament.ini
|
|||||||
|
|
||||||
|
|
||||||
function install() {
|
function install() {
|
||||||
cp $SCRIPT_DIR/Help $OUTPUT_DIR/Help -Rf
|
rsync -a $SCRIPT_DIR/Help $OUTPUT_DIR/Help
|
||||||
cp $SCRIPT_DIR/System $OUTPUT_DIR/System -Rf
|
rsync -a $SCRIPT_DIR/System $OUTPUT_DIR/System
|
||||||
|
|
||||||
echo install ok
|
echo install ok
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user