mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-04-09 09:16:27 +00:00
fix zh and add more to compatible with v2
This commit is contained in:
@@ -6,7 +6,10 @@
|
||||
ln -s success/index.html success.html
|
||||
ln -s cancel/index.html cancel.html
|
||||
ln -s privacy/index.html privacy.html
|
||||
ln -s about/index.html about.html
|
||||
ln -s team/index.html team.html
|
||||
ln -s careers/index.html careers.html
|
||||
ln -s open-source/index.html open-source.html
|
||||
cp -rf ../zh ./
|
||||
tar czf x *
|
||||
scp x ot:/tmp/
|
||||
ssh ot "sudo tar xzf /tmp/x -C /var/www/html/v3 && /bin/rm /tmp/x && sudo chown www-data:www-data /var/www/html/v3 -R"
|
||||
|
||||
Reference in New Issue
Block a user