Skip to content

Commit 6f9c931

Browse files
authored
Update restartChrome.sh
Removed fpWallets
1 parent 7089989 commit 6f9c931

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

restartChrome.sh

-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/bash
22

33
chrome_profile_data="chromeprofiledata"
4-
fp_wallets_file="fpWallets.js"
54
chrome_data_folder="chromedata"
65
i=0
76
for container in `cat chromecontainers.txt`
@@ -18,8 +17,6 @@ if [ -d "/chrome/chromedata/data" ];then
1817
chown -R 911:911 /chrome/$chrome_profile_data
1918
cp -r /chrome/$chrome_profile_data /chrome/$chrome_data_folder/data
2019
chown -R 911:911 /chrome/$chrome_data_folder/data
21-
chmod -R 777 /chrome/$fp_wallets_file
22-
cp /chrome/$fp_wallets_file /chrome/$chrome_data_folder/data/$chrome_profile_data
2320
docker update --restart=always $container
2421
docker start $container
2522
exit 1
@@ -36,8 +33,6 @@ rm -rf /chrome/$chrome_data_folder/data$i/*
3633
chown -R 911:911 /chrome/$chrome_profile_data
3734
cp -r /chrome/$chrome_profile_data /chrome/$chrome_data_folder/data$i
3835
chown -R 911:911 /chrome/$chrome_data_folder/data$i
39-
chmod -R 777 /chrome/$fp_wallets_file
40-
cp /chrome/$fp_wallets_file /chrome/$chrome_data_folder/data$i/$chrome_profile_data
4136
docker update --restart=always $container
4237
docker start $container
4338

0 commit comments

Comments
 (0)