opt: adb
This commit is contained in:
@@ -69,6 +69,7 @@ if [ ! -e "${RedisRootDir}/bin/adb-server" ]; then
|
||||
# copy the orangin dump.rdb
|
||||
if [ -e "${RedisOldRootDir}/bin/conf/dump.rdb" ]; then
|
||||
cp -f ${RedisOldRootDir}/bin/conf/dump.rdb ${RedisConfDir};
|
||||
mv -rf ${RedisRootDir}/db ${RedisRootDir}/adb.old
|
||||
fi
|
||||
# cp -f ${DependsRootDir}/systemd/adb.service ${SystemdRootDir}
|
||||
fi
|
||||
|
||||
@@ -69,6 +69,7 @@ if [ ! -e "${RedisRootDir}/bin/adb-server" ]; then
|
||||
# copy the orangin dump.rdb
|
||||
if [ -e "${RedisOldRootDir}/bin/conf/dump.rdb" ]; then
|
||||
cp -f ${RedisOldRootDir}/bin/conf/dump.rdb ${RedisConfDir};
|
||||
mv -rf ${RedisRootDir}/db ${RedisRootDir}/adb.old
|
||||
fi
|
||||
# cp -f ${DependsRootDir}/systemd/adb.service ${SystemdRootDir}
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user