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() {
|
||||
cp $SCRIPT_DIR/Help $OUTPUT_DIR/Help -Rf
|
||||
cp $SCRIPT_DIR/System $OUTPUT_DIR/System -Rf
|
||||
rsync -a $SCRIPT_DIR/Help $OUTPUT_DIR/Help
|
||||
rsync -a $SCRIPT_DIR/System $OUTPUT_DIR/System
|
||||
|
||||
echo install ok
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user