mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-02 11:57:49 +00:00
Removed the sync_repos.bash as it is not needed now
Signed-off-by: shivam <shivam.thakur@candelatech.com>
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Copy wlan-lanforge-scripts into place
|
||||
# Assumes wlan-lanforge-scripts is already up to date.
|
||||
# Other setup may be added here as well.
|
||||
|
||||
if [ -d ../wlan-lanforge-scripts ]
|
||||
then
|
||||
rm -fr lanforge/lanforge-scripts
|
||||
|
||||
cp -a ../wlan-lanforge-scripts lanforge/lanforge-scripts
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user